diff options
author | Josh Chen | 2021-04-17 17:41:56 +0100 |
---|---|---|
committer | Josh Chen | 2021-04-17 17:41:56 +0100 |
commit | 75ab44cc1d2ad63864ecb43215a56538748fc0d3 (patch) | |
tree | 58e3b532fd01502b4c2fa9bf237a3b0970b16e57 /hott/Bool_HoTT.thy | |
parent | 54df7336797dfa07124652a9eb75aac978a1a359 (diff) | |
parent | 092875d160a2d18c94bde41c6472e8031ab57313 (diff) |
Merge branch 'dev'
Diffstat (limited to '')
-rw-r--r-- | hott/Bool_HoTT.thy | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hott/Bool_HoTT.thy b/hott/Bool_HoTT.thy new file mode 100644 index 0000000..57a57b7 --- /dev/null +++ b/hott/Bool_HoTT.thy @@ -0,0 +1,8 @@ +theory Bool_HoTT +imports + MLTT.Prelude + Propositions + +begin + +end |