Start new
This commit is contained in:
@ -1,13 +1,7 @@
|
||||
type variable = string
|
||||
|
||||
module VariableMap : Map.S with type key = variable
|
||||
|
||||
type intermediaryTypes =
|
||||
IntermediaryIntegerType
|
||||
| IntermediaryBooleanType
|
||||
| IntermediaryFunctionType of (variable option) * (intermediaryTypes list)
|
||||
| IntermediaryVariableType of variable
|
||||
type substitution = intermediaryTypes VariableMap.t
|
||||
module VariableSet : Set.S with type elt = string
|
||||
|
||||
type ftype =
|
||||
IntegerType
|
||||
|
||||
Reference in New Issue
Block a user