module IntermediateTypes:sig
..end
module NonTerminal:sig
..end
module TransitionMap:BatMap.Make
(
NonTerminal
)
type
signature =
| |
SortSignature of |
| |
SymbolSignature of |
type
funcIngredient =
| |
FuncIngredient of |
type
verifyResult =
| |
VerificationSuccess of |
| |
VerificationFailure |