synth_define

This commit is contained in:
Mylloon 2023-12-04 23:50:29 +01:00
parent 3c30abe0ac
commit a4ea0f62d2
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -177,7 +177,9 @@ and synth_define
: HopixTypes.typing_environment -> value_definition -> expression Position.located
-> HopixTypes.aty
=
fun tenv vdef expr -> failwith "Students! This is your job! (synth_define)"
fun tenv vdef expr ->
let tenv = check_value_definition tenv vdef in
synth_expression tenv expr
and synth_ref
: HopixTypes.typing_environment -> expression Position.located -> HopixTypes.aty