summaryrefslogtreecommitdiff
path: root/src/Obs/Parser.idr
diff options
context:
space:
mode:
Diffstat (limited to 'src/Obs/Parser.idr')
-rw-r--r--src/Obs/Parser.idr4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Obs/Parser.idr b/src/Obs/Parser.idr
index f92a0e2..8eea42c 100644
--- a/src/Obs/Parser.idr
+++ b/src/Obs/Parser.idr
@@ -266,8 +266,8 @@ termForms =
headForms : List (ObsTokenKind, (n ** (Vect (S n) (WithBounds Syntax) -> Syntax)))
headForms =
- [ (OTFst, (0 ** uncurry 1 Fst))
- , (OTSnd, (0 ** uncurry 1 Snd))
+ [ (OTFst, (0 ** uncurry 1 First))
+ , (OTSnd, (0 ** uncurry 1 Second))
, (OTAbsurd, (0 ** uncurry 1 Absurd))
, (OTRefl, (0 ** uncurry 1 Refl))
, (OTTransp, (4 ** (uncurry 5 Transp)))