Skip to content

Commit

Permalink
Merge pull request #218 from mrhaandi/fix-Arguments-typo
Browse files Browse the repository at this point in the history
fix Arguments typo
  • Loading branch information
mrhaandi authored Mar 26, 2024
2 parents 19f220f + 1943395 commit 138245c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/TM/Util/TM_facts.v
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ Proof. erewrite VectorSpec.nth_map2; eauto. Qed.


(* Set Notation scopes for tapes, so that the alphabet of the tape is parsed as a type (e.g. [X+Y] is parsed as the sum type, not the addition of [X] and [Y]) *)
Arguments tapes (sig %__ type) (n %__ nat).
Arguments tapes (sig %_ type) (n %_ nat).


(* ** Nop Action *)
Expand Down

0 comments on commit 138245c

Please sign in to comment.