diff options
Diffstat (limited to 'hott/Bool_HoTT.thy')
-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 |