Skip to content

Commit

Permalink
Updating: very very minorly
Browse files Browse the repository at this point in the history
  • Loading branch information
githwxi committed Aug 2, 2023
1 parent c51bac6 commit 62135c9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion srcgen2/DATS/trans3a_staexp.dats
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,10 @@ t2p0.node() of
//
|T2Pcst _ => t2p0
//
|T2Pvar _ =>
|T2Pvar _ => t2p0
(*
f0_var(env0, t2p0)
*)
//
|T2Pxtv _ =>
f0_xtv(env0, t2p0)
Expand Down Expand Up @@ -112,6 +114,7 @@ end where // end-of-let
//
(* ****** ****** *)
//
(*
fun
f0_var
( env0:
Expand All @@ -126,6 +129,7 @@ in//let
( if test
then t2p0 else s2typ_none1(t2p0) )
end(*let*)//end-of-[ f0_var(env0,t2p0) ]
*)
//
(* ****** ****** *)
//
Expand Down

0 comments on commit 62135c9

Please sign in to comment.