2025-01-31 16:44:14 +01:00
|
|
|
val typecheck : Types.t_exp -> (Types.ftype, [> Types.typechecking_error]) result
|
2025-01-31 03:15:58 +01:00
|
|
|
|
2025-02-02 20:46:55 +01:00
|
|
|
val typecheck_polymorphic : Types.t_exp -> (Types.type_f, [> Types.polytypechecking_error]) result
|
2025-01-31 16:44:14 +01:00
|
|
|
|
2025-02-02 20:46:55 +01:00
|
|
|
val typecheck_polymorphic_unbound : Types.t_exp -> (Types.type_f, [> Types.polytypechecking_error]) result
|