Skip to content
Snippets Groups Projects
Commit 37a2eb89 authored by Florian Rabe's avatar Florian Rabe
Browse files

no message

parent e001afd9
No related branches found
No related tags found
No related merge requests found
namespace latin:/❚
fixmeta ur:?LF❚
theory SimplePartialFunctionTypes =
include ?Types❙
psimpfun : tp ⟶ tp ⟶ tp❘# 1 %R⇀ 2 prec 50❙
theory SimplePartialFunctions =
include ?SimplePartialFunctionTypes❙
include ?TypedEqualityND❙
include ?UndefinedTypedTerms❙
psimpfundom: {A,B} tm A⇀B ⟶ tm A ⟶ prop❘ # 3 $ 4 prec 50❙
simplambda: {A,B} ({x:tm A} ⊦ x↓ͭ ⟶ tm B) ⟶ tm A⇀B❘# λ 3 prec 40❙
simplambda_den: {A,B,T: {x:tm A} ⊦ x↓ͭ ⟶ tm B} ⊦ (λ T)↓ͭ❙
simpapply: {A,B} tm A⇀B ⟶ tm A ⟶ tm B❘# 3 @ 4 prec 50❙
simpapply_den: {A,B,f:tm A⇀B,a} ⊦ f↓ͭ ⟶ ⊦ f$a ⟶ ⊦ (f@a)↓ͭ❙
simpbeta : {A,B,F: {x:tm A} ⊦ x↓ͭ ⟶ tm B, X, p: ⊦ X↓ͭ} ⊦ (λ F) @ X =ͭ F X p❘ role Simplify❙
......@@ -5,7 +5,7 @@ fixmeta ur:?LF❚
theory UndefinedTerms =
include ?UntypedLogic❙
udefined : term ⟶ prop❘# 1 ↓ͧ prec 70❙
ustrict_equal : term ⟶ term ⟶ prop❘ # 1 ≚ͧ 2 prec 50❙
ustrict_equal : term ⟶ term ⟶ prop❘ # 1 ≚ͧ 2 prec 50❙
theory UndefinedTypedTerms =
......
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