Skip to content

spawngrid/typespecs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

typespecs

It is a (currently) .hrl-based repository of commonly used typespec "idioms" that are not available from OTP.

Usage

Just include typespecs.hrl in your code and you can start using its typespecs.

If you are using rebar, you can declare typespec as a dependency in rebar.config:

{deps, [{typespecs, "0.1", {git, "git://github.com/spawngrid/typespecs.git","HEAD"}}]}.

Example

-type gen_server_state() :: #state{} -spec handle_cast(any(), gen_server_state()) -> gen_server_handle_cast_result().

Releases

No releases published

Packages

No packages published

Languages