Skip to content
Snippets Groups Projects
Unverified Commit fc273913 authored by ColinRothgang's avatar ColinRothgang
Browse files

Move inclusion to more appropriate theory

parent 0fd1daa8
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ import rules scala://tptp.latin2 ❚
theory InternalEqualityD =
include ?InternalLogic❙
include ?InternalTruthValues❙
include ?TypedEquality❙
include ?DependentFunctions❙
......@@ -46,7 +47,6 @@ theory DIHOL =
/T HOL with pi-types and predicate subtypes ❚
theory DHOL =
include ?InternalTruthValues❙
include ?DIHOL ❙
include ?BooleanExtensionality❙
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment