Merge with cfg

This commit is contained in:
elvis
2024-11-20 00:18:25 +01:00
parent 7ca03faf84
commit ad0320875c

View File

@ -5,8 +5,6 @@ Random.self_init ()
let (let*) = Result.bind let (let*) = Result.bind
let rec principalTypings (D: ) (e: t_exp) : () result
let evaluate_type_polimorphic (_program: t_exp) (_context: typingshape) : (typingshape, error) result = let evaluate_type_polimorphic (_program: t_exp) (_context: typingshape) : (typingshape, error) result =
failwith "Not implemented" failwith "Not implemented"
(* match program with *) (* match program with *)