more tokens

This commit is contained in:
rhiannon morris 2022-05-07 21:57:10 +02:00
parent 12753eb894
commit fcbc92e54c
2 changed files with 7 additions and 2 deletions

View file

@ -24,7 +24,8 @@ data Punc
public export
data Keyword
= Fun | Let | In | Case | Of | Omega
= Lam | Let | In | Case | Of | Omega
| Pi | Sigma | W | TYPE
%runElab derive "Keyword" [Generic, Meta, Eq, Ord, DecEq, Show]