diff options
author | Josh Chen | 2021-01-31 02:54:51 +0000 |
---|---|---|
committer | Josh Chen | 2021-01-31 02:54:51 +0000 |
commit | 2feb56660700af107abb5a28a7120052ac405518 (patch) | |
tree | a18015cfa47928fb288037a78fe5b1d3bed87a92 /mltt/lib | |
parent | aff3d43d9865e7b8d082f0c239d2c73eee1fb291 (diff) |
rename things + some small changes
Diffstat (limited to '')
-rw-r--r-- | mltt/lib/List.thy (renamed from spartan/lib/List.thy) | 0 | ||||
-rw-r--r-- | mltt/lib/Maybe.thy (renamed from spartan/lib/Maybe.thy) | 0 | ||||
-rw-r--r-- | mltt/lib/Prelude.thy (renamed from spartan/lib/Prelude.thy) | 4 |
3 files changed, 3 insertions, 1 deletions
diff --git a/spartan/lib/List.thy b/mltt/lib/List.thy index 4beb9b6..4beb9b6 100644 --- a/spartan/lib/List.thy +++ b/mltt/lib/List.thy diff --git a/spartan/lib/Maybe.thy b/mltt/lib/Maybe.thy index 452acc2..452acc2 100644 --- a/spartan/lib/Maybe.thy +++ b/mltt/lib/Maybe.thy diff --git a/spartan/lib/Prelude.thy b/mltt/lib/Prelude.thy index 56adbfc..0393968 100644 --- a/spartan/lib/Prelude.thy +++ b/mltt/lib/Prelude.thy @@ -1,5 +1,5 @@ theory Prelude -imports Spartan +imports MLTT begin @@ -84,6 +84,8 @@ lemmas [elim ?x] = BotE and [comp] = Top_comp +abbreviation (input) Not ("\<not>_" [1000] 1000) where "\<not>A \<equiv> A \<rightarrow> \<bottom>" + section \<open>Booleans\<close> |