|
@@ -90,6 +90,15 @@ module type Instruction = sig
|
|
T.assignation_operator ->
|
|
T.assignation_operator ->
|
|
expression ->
|
|
expression ->
|
|
t
|
|
t
|
|
|
|
+
|
|
|
|
+ val for_ :
|
|
|
|
+ pos ->
|
|
|
|
+ (pos, expression) variable ->
|
|
|
|
+ start:expression ->
|
|
|
|
+ to_:expression ->
|
|
|
|
+ step:expression option ->
|
|
|
|
+ t list ->
|
|
|
|
+ t
|
|
end
|
|
end
|
|
|
|
|
|
module type Location = sig
|
|
module type Location = sig
|