have a server that like does stuff now
This commit is contained in:
+3
-1
@@ -22,7 +22,9 @@
|
||||
-type expr() :: sexp() | ltr() | op() | snowflake() | pattern() | val().
|
||||
|
||||
|
||||
-spec expr(string()) -> {ok, expr(), Rest :: string()} | {error, string()}.
|
||||
-spec expr(string()) -> Result
|
||||
when Result :: {ok, Expression :: expr(), Rest :: string()}
|
||||
| {error, string()}.
|
||||
|
||||
expr(Str0) ->
|
||||
{ok, skip, Str1} = whitespace(Str0),
|
||||
|
||||
Reference in New Issue
Block a user