Skip to content

Commit

Permalink
Added some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxic committed Aug 5, 2023
1 parent 5f195b5 commit 3079f3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/coq/QC/GenAlive2.v
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,8 @@ Fixpoint normalized_typ_eq (a : typ) (b : typ) {struct a} : bool
ret TLE_Definition <*> gen_runner_def args ret_t fn
.

(* TODO: Supposed to take a parsed program (TLE maybe?) and output a fixed list of TLEs
Need to find what the type of the input is *)
Definition gen_tester : GenALIVE2 (list (toplevel_entity typ (block typ * list (block typ))))
:=
failGen "Unimplemented".
Expand Down

0 comments on commit 3079f3b

Please sign in to comment.