Explorar el Código

Add rebar_set/0 type

pull/783/head
Takeru Ohta hace 9 años
padre
commit
b72c19c12c
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. +6
    -0
      src/rebar.hrl

+ 6
- 0
src/rebar.hrl Ver fichero

@ -43,6 +43,12 @@
-type rebar_digraph() :: digraph().
-endif.
-ifdef(namespaced_types).
-type rebar_set() :: sets:set().
-else.
-type rebar_set() :: set().
-endif.
-define(GRAPH_VSN, 2).
-type v() :: {digraph:vertex(), term()} | 'false'.
-type e() :: {digraph:vertex(), digraph:vertex()}.

Cargando…
Cancelar
Guardar