export infix
This commit is contained in:
parent
01e16e20e5
commit
3e23929b5f
11 changed files with 14 additions and 16 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue