Whitespace

This commit is contained in:
Tom Ellis 2024-05-01 11:42:57 +01:00 committed by tomjaguarpaw
parent bf003f977e
commit 6d74351832

View File

@ -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)