sp-eta-postpone/syntax.sig

19 lines
288 B
Standard ML
Raw Normal View History

PTm(VarPTm) : Type
PTag : Type
2025-02-04 15:06:17 -05:00
BTag : Type
2025-02-04 15:06:17 -05:00
nat : Type
PL : PTag
PR : PTag
2025-02-04 15:06:17 -05:00
PPi : BTag
PSig : BTag
2025-01-27 16:44:48 -05:00
PAbs : (bind PTm in PTm) -> PTm
PApp : PTm -> PTm -> PTm
PPair : PTm -> PTm -> PTm
PProj : PTag -> PTm -> PTm
2025-02-04 15:06:17 -05:00
PBind : BTag -> PTm -> (bind PTm in PTm) -> PTm
2025-02-04 22:14:27 -05:00
PUniv : nat -> PTm
PBot : PTm