aboutsummaryrefslogtreecommitdiff
path: root/spartan/core/context_facts.ML
diff options
context:
space:
mode:
authorJosh Chen2021-01-21 00:52:13 +0000
committerJosh Chen2021-01-21 00:52:13 +0000
commitaff3d43d9865e7b8d082f0c239d2c73eee1fb291 (patch)
tree2743702093fe9e872727dc306e1f620af16c9767 /spartan/core/context_facts.ML
parent6d8fa47f205e24a94416279fab41f09db6f02b8b (diff)
renamings
Diffstat (limited to 'spartan/core/context_facts.ML')
-rw-r--r--spartan/core/context_facts.ML1
1 files changed, 1 insertions, 0 deletions
diff --git a/spartan/core/context_facts.ML b/spartan/core/context_facts.ML
index c372ca7..5aa7c70 100644
--- a/spartan/core/context_facts.ML
+++ b/spartan/core/context_facts.ML
@@ -17,6 +17,7 @@ val eq: Proof.context -> thm list
val eq_of: Proof.context -> term -> thm list
val register_eq: thm -> Context.generic -> Context.generic
val register_eqs: thm list -> Context.generic -> Context.generic
+
val register_facts: thm list -> Proof.context -> Proof.context
end = struct