chiasma-0.12.2.0: lib/Chiasma/Data/LayoutError.hs
module Chiasma.Data.LayoutError where
newtype LayoutError =
LayoutError { unLayoutError :: Text }
deriving stock (Eq, Show, Generic)
deriving newtype (IsString)
module Chiasma.Data.LayoutError where
newtype LayoutError =
LayoutError { unLayoutError :: Text }
deriving stock (Eq, Show, Generic)
deriving newtype (IsString)