mirror of
https://github.com/tomjaguarpaw/bluefin.git
synced 2024-11-20 12:17:50 +03:00
Whitespace
This commit is contained in:
parent
bf003f977e
commit
6d74351832
@ -35,6 +35,7 @@ infixr 9 :&
|
||||
type (:&) = Union
|
||||
|
||||
type role Eff nominal representational
|
||||
|
||||
newtype Eff (es :: Effects) a = UnsafeMkEff {unsafeUnEff :: IO a}
|
||||
deriving stock (Functor)
|
||||
deriving newtype (Applicative, Monad)
|
||||
|
Loading…
Reference in New Issue
Block a user