Skip to content

Commit c7e8806

Browse files
committed
Merge pull request #80 from purescript/boolean-op-export
Re-export && and || from BooleanAlgebra
2 parents 318ee85 + 35dc484 commit c7e8806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/BooleanAlgebra.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module Data.BooleanAlgebra
33
, module Data.HeytingAlgebra
44
) where
55

6-
import Data.HeytingAlgebra (class HeytingAlgebra, ff, tt, implies, conj, disj, not)
6+
import Data.HeytingAlgebra (class HeytingAlgebra, ff, tt, implies, conj, disj, not, (&&), (||))
77
import Data.Unit (Unit)
88

99
-- | The `BooleanAlgebra` type class represents types that behave like boolean

0 commit comments

Comments
 (0)