Skip to content
Snippets Groups Projects
Commit 2eb1a71d authored by Jens Nolte's avatar Jens Nolte
Browse files

Add Alternative and <|> operator to prelude

parent cb2039a2
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,9 @@ module Quasar.Prelude
module Quasar.PreludeExtras,
(>=>),
(<=<),
(<|>),
Control.Applicative.liftA2,
Control.Applicative.Alternative,
Data.Foldable.sequenceA_,
Data.Foldable.traverse_,
module Control.Concurrent.MVar,
......@@ -68,6 +70,7 @@ import Prelude hiding
)
import Prelude qualified as P
import Control.Applicative ((<|>))
import Control.Applicative qualified
import Control.Concurrent.MVar
import Control.Exception qualified
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment