From 77ae152ece4efbf8dde983c03bd995c982522bfd Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Sat, 28 Oct 2023 22:17:24 +0200 Subject: Updated the interface --- lib/syntax/S.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/syntax/S.ml') diff --git a/lib/syntax/S.ml b/lib/syntax/S.ml index 108dac9..f7c3ebe 100644 --- a/lib/syntax/S.ml +++ b/lib/syntax/S.ml @@ -40,7 +40,7 @@ module type Expression = sig *) val integer : pos -> string -> t - val literal : pos -> string -> t + val literal : pos -> t T.literal list -> t val function_ : pos -> T.function_ -> t list -> t (** Call a function. The functions list is hardcoded in lib/lexer.mll *) -- cgit v1.2.3