Skip to content
Snippets Groups Projects
Commit 5d122b93 authored by Tom Wiesing's avatar Tom Wiesing :speech_balloon:
Browse files

Automatically replace old LF symbols and delimiters

parent e3f5ddf3
Branches master
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ theory Basics = ...@@ -22,7 +22,7 @@ theory Basics =
theory Pi : ?Basics = theory Pi : ?Basics =
pi # { V1T ,… } 2 prec -10000 ❙ pi # { V1T ,… } 2 prec -10000 ❙
arrow # 1… prec -9999 ❙ arrow # 1… prec -9999 ❙
apply1 # 1%w… prec -10 ❙ apply1 # 1%w… prec -10 ❙
apply2 # 1 ( 2,… ) prec -100000 ❙ apply2 # 1 ( 2,… ) prec -100000 ❙
lambda # [ V1T ,… ] 2 prec -10000 ❙ lambda # [ V1T ,… ] 2 prec -10000 ❙
...@@ -80,10 +80,10 @@ theory Mod : ?Basics = ...@@ -80,10 +80,10 @@ theory Mod : ?Basics =
theory Term : ?Basics = theory Term : ?Basics =
// copy paste ❙ // copy paste ❙
formation # {| 1 |} 2 prec -10000 formation # {| 1 |} 2 prec -10000
reflect # ⌜ 1 : 2 ⌝ prec -10000 reflect # ⌜ 1 : 2 ⌝ prec -10000
eval # ⌞ 1 ⌟ 2 prec -10000 eval # ⌞ 1 ⌟ 2 prec -10000
elim # 1 ^ 2 prec -10000 elim # 1 ^ 2 prec -10000
theory FiniteSet : ?Basics = theory FiniteSet : ?Basics =
...@@ -108,7 +108,7 @@ theory MultiSet : ?Basics = ...@@ -108,7 +108,7 @@ theory MultiSet : ?Basics =
theory InfiniteSequences : ?Basics = theory InfiniteSequences : ?Basics =
// pretty much identical to finite sequences, notationwise. Probably additional introduction // pretty much identical to finite sequences, notationwise. Probably additional introduction
form via ℕ A or induction? ❙ form via ℕ A or induction? ❙
infseq # 1 ^≤ω ❙ infseq # 1 ^≤ω ❙
nil # nil %I1 ❙ nil # nil %I1 ❙
cons # 1 :: 2 ❙ cons # 1 :: 2 ❙
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment