Skip to content

Commit

Permalink
Add syntax for conditionally irrelevant types.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoiret committed Nov 16, 2023
1 parent 6fa27fd commit cc4f036
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theories/AutoSubst/Ast.sig
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
sort : Type
term(tRel) : Type

set : sort
formula : sort
irr : term -> sort

tSort : sort -> term

tProd : term -> (bind term in term) -> term
Expand Down

0 comments on commit cc4f036

Please sign in to comment.