Files
lci/lib/miniFun/TypeChecker.mli
2025-01-31 16:44:14 +01:00

6 lines
311 B
OCaml

val typecheck : Types.t_exp -> (Types.ftype, [> Types.typechecking_error]) result
val typecheck_polymorphic : Types.t_exp -> (Types.type_f, [> Types.typechecking_error]) result
val typecheck_polymorphic_unbound : Types.t_exp -> (Types.type_f, [> Types.typechecking_error]) result