aboutsummaryrefslogtreecommitdiff
path: root/HoTT_Base.thy
diff options
context:
space:
mode:
authorJosh Chen2019-02-10 10:55:37 +0100
committerJosh Chen2019-02-10 10:55:37 +0100
commit91dc4798571fa99d68ced7ba098c958fca94c477 (patch)
tree7722da549c85f3dc8ee790f6f98b70cc8d74177b /HoTT_Base.thy
parent923cfeea84cdc4292d38925e2cf6aaf07301db9c (diff)
restructure library
Diffstat (limited to '')
-rw-r--r--HoTT_Base.thy4
1 files changed, 2 insertions, 2 deletions
diff --git a/HoTT_Base.thy b/HoTT_Base.thy
index 23e51e5..1eaed12 100644
--- a/HoTT_Base.thy
+++ b/HoTT_Base.thy
@@ -30,10 +30,10 @@ declare[[eta_contract=false]] \<comment> \<open>Do not eta-contract\<close>
ML \<open>val trace = Attrib.setup_config_bool @{binding "trace"} (K false)\<close>
\<comment> \<open>Context attribute for tracing; use declare[[trace=true]] at any point in a theory to turn on.\<close>
-text \<open>The following file sets up type assumption and inference functionality.\<close>
+text \<open>Set up type assumption and inference functionality:\<close>
+ML_file "util.ML"
ML_file "typing.ML"
-
ML \<open>
val _ =
let