Change hw6 to an unsolved version.
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
parent
0c04936ccf
commit
ee01a8f5b2
186 changed files with 9605 additions and 4019 deletions
|
|
@ -137,7 +137,7 @@ let string_of_prog (p:prog) : string =
|
|||
(mapcat "\n" string_of_named_tdecl p.tdecls ^. "\n\n")
|
||||
^ (mapcat "\n" string_of_named_gdecl p.gdecls ^. "\n\n")
|
||||
^ (mapcat "\n" (string_of_named_fdecl p.tdecls) p.fdecls ^. "\n\n")
|
||||
^ (mapcat "\n" string_of_named_edecl p.edecls)
|
||||
^ (mapcat "\n" string_of_named_edecl p.edecls) ^. "\n"
|
||||
|
||||
(* comparison for testing ----------------------------------------------------- *)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue