Skip to content

Commit

Permalink
Unexpected TAB character. TLAPS does not handle TAB characters in source
Browse files Browse the repository at this point in the history
files.
  • Loading branch information
lemmy committed Feb 12, 2020
1 parent 5b2f3c8 commit 4a1032a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/SequencesExt.tla
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Last(s) ==
s[Len(s)]

-----------------------------------------------------------------------------

IsPrefix(s, t) ==
(**************************************************************************)
(* TRUE iff the sequence s is a prefix of the sequence t, s.t. *)
Expand Down
2 changes: 1 addition & 1 deletion modules/TLCExt.tla
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ AssertError(err, exp) ==
LET FailsEval(e) == CHOOSE b \in BOOLEAN : TRUE \* Expression failed to evaluate.
TLCError == CHOOSE s \in STRING : TRUE \* TLC error string.
IN IF FailsEval(exp) THEN Assert(err = TLCError, TLCError) ELSE TRUE

-----------------------------------------------------------------------------
(* HERE BE DRAGONS! The operators below are experimental! *)

Expand Down

0 comments on commit 4a1032a

Please sign in to comment.