Files
lci/lib/miniFun/TypeChecker.mli

6 lines
319 B
OCaml
Raw Normal View History

val typecheck : Types.t_exp -> (Types.ftype, [> Types.typechecking_error]) result
2025-02-02 20:46:55 +01:00
val typecheck_polymorphic : Types.t_exp -> (Types.type_f, [> Types.polytypechecking_error]) result
2025-02-02 20:46:55 +01:00
val typecheck_polymorphic_unbound : Types.t_exp -> (Types.type_f, [> Types.polytypechecking_error]) result