Skip to content
Snippets Groups Projects
Commit a44a5155 authored by Sven Wille's avatar Sven Wille
Browse files

decidable lt comparison function

parent 62014655
Branches SvenWille
No related tags found
No related merge requests found
<errors>
</errors>
......@@ -272,6 +272,8 @@ theory OptionType : ur:?PLF =
None : {A : 𝒰 100} Option A ❘ # None ❙
None_is_not_Defined : {A : 𝒰 100} ⊦ isDefined (None A) ≐ false ❙
Not_None_is_Defined : {A, a : Option A} ⊦ (a ≠ None A) ⟶ ⊦ isDefined a ❙
Some : {A : 𝒰 100} A ⟶ Option A ❙
theory DescriptionOperator : ur:?PLF =
......
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