diff options
Diffstat (limited to 'Mathematics.lean')
| -rw-r--r-- | Mathematics.lean | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Mathematics.lean b/Mathematics.lean new file mode 100644 index 0000000..59508fa --- /dev/null +++ b/Mathematics.lean @@ -0,0 +1,5 @@ +-- Knowledge Base domain: Mathematics + +opaque Entity : Type +opaque socrates : Philospher +axiom fact_birthYear_socrates : birthYear socrates = 420 |
