aboutsummaryrefslogtreecommitdiff
path: root/lib/syntax/S.ml
diff options
context:
space:
mode:
authorChimrod <>2023-10-13 14:26:26 +0200
committerChimrod <>2023-10-18 09:49:47 +0200
commitb38bcd572d6f827a1b639933c8cf0fbe3b832a8d (patch)
tree3dcf9bddd89abb64d75458465b101920d04f1a79 /lib/syntax/S.ml
parentf85abcb996b8d189a646e6aeea8aa4ce068f7570 (diff)
New checker which operate accumulate differents other checkers
Diffstat (limited to 'lib/syntax/S.ml')
-rw-r--r--lib/syntax/S.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/syntax/S.ml b/lib/syntax/S.ml
index 6cab8c9..3d86881 100644
--- a/lib/syntax/S.ml
+++ b/lib/syntax/S.ml
@@ -98,13 +98,13 @@ module type Location = sig
type t
type instruction
- val location : pos -> instruction list -> t repr
+ val location : pos -> instruction repr list -> t repr
end
module type Analyzer = sig
module Expression : Expression
module Instruction : Instruction with type expression = Expression.t' repr
- module Location : Location with type instruction = Instruction.t' repr
+ module Location : Location with type instruction = Instruction.t'
end
(** Helper module used in order to convert elements from the differents