Skip to content

Commit

Permalink
Variable name type for behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Fedotov committed Feb 19, 2016
1 parent 1f1ac19 commit 69bdd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cuttlefish_parse.erl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-module(cuttlefish_parse).

-type variable() :: binary().
-type variable() :: [string()].
-type conf() :: [{variable(), term()}].
-type parse_result() :: {error, term()}
| {conf(), binary(), {{line, integer()}, {column, integer()}}}
Expand Down

0 comments on commit 69bdd34

Please sign in to comment.