Skip to content

Commit

Permalink
Merge pull request #221 from mrhaandi/faster-StepTM
Browse files Browse the repository at this point in the history
improve performance of TM/Single/StepTM.v
  • Loading branch information
mrhaandi authored May 10, 2024
2 parents a32c928 + ddbb9ba commit 46d8878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/TM/Single/StepTM.v
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ Section ToSingleTape.
Notation nMax := (finMax' n).
Local Arguments finMax' : simpl never.

Notation sigSim := (FinType(EqType(boundary + sigList (sigTape sig)))).
Definition sigSim := (FinType(EqType(boundary + sigList (sigTape sig)))).

Implicit Types (T : tapes sig n).

Expand Down

0 comments on commit 46d8878

Please sign in to comment.