From 5a18a66763bcc19de117cb83293d7bd25a0ea10c Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Tue, 3 Oct 2023 18:19:15 +0200 Subject: Switched the keyword from string to a sum type --- lib/syntax/tree.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/syntax/tree.mli') diff --git a/lib/syntax/tree.mli b/lib/syntax/tree.mli index ca5a639..ad052e9 100644 --- a/lib/syntax/tree.mli +++ b/lib/syntax/tree.mli @@ -37,7 +37,7 @@ module Ast : sig | Declaration of ('a * 'a variable * T.assignation_operator * 'a expression) | Expression of 'a expression | Comment of 'a - | Call of 'a * string * 'a expression list + | Call of 'a * T.keywords * 'a expression list | Location of 'a * string [@@deriving eq, show] end -- cgit v1.2.3