Skip to content

Latest commit

 

History

24 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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().

About

Erlang typespecs toolkit

Resources

Stars

11 stars

Watchers

6 watching

Forks

Releases

Packages

Contributors

Languages