Module TypeCheck

module TypeCheck: sig .. end

Type Checking of a problem

This is used to check some invariants, in particular well-typedness, on internal AST


exception Error of string
module Make (T : TermInner.S) : sig .. end