Skip to content

Commit

Permalink
Export OrdTable operations (#139)
Browse files Browse the repository at this point in the history
`<:`, `<=:`, `>:`, `>=:`, `greatest` and `least`
  • Loading branch information
shane-circuithub committed Nov 5, 2021
1 parent b179a28 commit 14cdae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rel8.hs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module Rel8
, AltTable((<|>:))
, AlternativeTable( emptyTable )
, EqTable, (==:), (/=:)
, OrdTable, ascTable, descTable
, OrdTable, (<:), (<=:), (>:), (>=:), ascTable, descTable, greatest, least
, lit
, bool
, case_
Expand Down

0 comments on commit 14cdae0

Please sign in to comment.