export infix

This commit is contained in:
rhiannon morris 2024-05-05 19:41:06 +02:00
parent 01e16e20e5
commit 3e23929b5f
11 changed files with 14 additions and 16 deletions

View file

@ -4,7 +4,7 @@ import Quox.Syntax
import Quox.Parser.Syntax
import Quox.Typing.Context
prefix 9 ^
export prefix 9 ^
public export
(^) : (Loc -> a) -> a
(^) a = a noLoc

View file

@ -24,7 +24,7 @@ parameters (ds : BContext d) (ns : BContext n)
testPrettyE1 e str {label} = testPrettyT1 (E e) str {label}
prefix 9 ^
export prefix 9 ^
(^) : (Loc -> a) -> a
(^) a = a noLoc