We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1ac19 commit 69bdd34Copy full SHA for 69bdd34
src/cuttlefish_parse.erl
@@ -1,6 +1,6 @@
1
-module(cuttlefish_parse).
2
3
--type variable() :: binary().
+-type variable() :: [string()].
4
-type conf() :: [{variable(), term()}].
5
-type parse_result() :: {error, term()}
6
| {conf(), binary(), {{line, integer()}, {column, integer()}}}
0 commit comments