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 Oct 27, 2023
1 parent 927a4b2 commit 6170126
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
6 changes: 4 additions & 2 deletions srcgen2/DATS/dynexp3_print0.dats
Original file line number Diff line number Diff line change
Expand Up @@ -654,9 +654,11 @@ in//let
case+
timp.node() of
//
(*
|TIMPLone1
(dcl1, svts) =>
print("TIMPLone1(",dcl1,";",svts,")")
( dcl1 ) =>
print("TIMPLone1(", dcl1 ,")")
*)
//
|TIMPLall1
(d2c1, dcls) =>
Expand Down
10 changes: 9 additions & 1 deletion srcgen2/SATS/dynexp3.sats
Original file line number Diff line number Diff line change
Expand Up @@ -755,11 +755,19 @@ D3Cerrck of (sint(*lvl*), d3ecl)//tread23-error
//
(* ****** ****** *)
//
(*
HX-2023-10-27:
[TIMPLone1]
is planned for
recursive impltmp!
*)
and
timpl_node =
//
(*
|TIMPLone1 of
(d3ecl(*impl*), s2vts)
(d3ecl(*tmpsub*))
*)
//
|TIMPLall1 of
(d2cst(*dcst*), d3eclist)
Expand Down

0 comments on commit 6170126

Please sign in to comment.