Skip to content

Commit

Permalink
Merge pull request #43 from andrevidela/fixity-visibility-modifiers
Browse files Browse the repository at this point in the history
Add export modifiers to fixity
  • Loading branch information
stefan-hoeck authored Sep 6, 2024
2 parents 55b975a + 19ded1d commit e0600f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Sqlite3/Cmd.idr
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Sqlite3.Types

%default total

infix 1 .=
export infix 1 .=

||| We can always convert a list of marshallable Idris values to
||| a list of SQL expressions.
Expand Down Expand Up @@ -407,7 +407,7 @@ public export
0 LQuery : List Type -> Type
LQuery = Query . HList

infixl 7 `GROUP_BY`,`ORDER_BY`,`WHERE`, `LIMIT`, `OFFSET`, `HAVING`
export infixl 7 `GROUP_BY`,`ORDER_BY`,`WHERE`, `LIMIT`, `OFFSET`, `HAVING`

public export %inline
SELECT :
Expand Down

0 comments on commit e0600f1

Please sign in to comment.