Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
Instances
doCmdState :: OwlPFCmd -> OwlPFState -> (OwlPFState, SuperOwlChanges) Source #
undoCmdState :: OwlPFCmd -> OwlPFState -> (OwlPFState, SuperOwlChanges) Source #
SLlama_Set [(REltId, SElt)] | |
SLlama_Rename (REltId, Text) | |
SLlama_Compose [SLlama] | |
SLlama_OwlPFCmd OwlPFCmd Bool |
Instances
data ApplyLlamaError Source #
Instances
Show ApplyLlamaError Source # | |
Defined in Potato.Flow.Llama showsPrec :: Int -> ApplyLlamaError -> ShowS # show :: ApplyLlamaError -> String # showList :: [ApplyLlamaError] -> ShowS # |
Instances
Generic Llama Source # | |
Show Llama Source # | |
NFData Llama Source # | |
Defined in Potato.Flow.Llama | |
type Rep Llama Source # | |
Defined in Potato.Flow.Llama type Rep Llama = D1 ('MetaData "Llama" "Potato.Flow.Llama" "tinytools-0.1.0.0-DrleRpyeSqeBtRJXQdRmv7" 'False) (C1 ('MetaCons "Llama" 'PrefixI 'True) (S1 ('MetaSel ('Just "_llama_apply") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (OwlPFState -> Either ApplyLlamaError (OwlPFState, SuperOwlChanges, Llama))) :*: (S1 ('MetaSel ('Just "_llama_serialize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SLlama) :*: S1 ('MetaSel ('Just "_llama_describe") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))) |
data LlamaStack Source #
LlamaStack | |
|
Instances
Generic LlamaStack Source # | |
Defined in Potato.Flow.Llama type Rep LlamaStack :: Type -> Type # from :: LlamaStack -> Rep LlamaStack x # to :: Rep LlamaStack x -> LlamaStack # | |
Show LlamaStack Source # | |
Defined in Potato.Flow.Llama showsPrec :: Int -> LlamaStack -> ShowS # show :: LlamaStack -> String # showList :: [LlamaStack] -> ShowS # | |
NFData LlamaStack Source # | |
Defined in Potato.Flow.Llama rnf :: LlamaStack -> () # | |
type Rep LlamaStack Source # | |
Defined in Potato.Flow.Llama type Rep LlamaStack = D1 ('MetaData "LlamaStack" "Potato.Flow.Llama" "tinytools-0.1.0.0-DrleRpyeSqeBtRJXQdRmv7" 'False) (C1 ('MetaCons "LlamaStack" 'PrefixI 'True) (S1 ('MetaSel ('Just "_llamaStack_done") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Llama]) :*: (S1 ('MetaSel ('Just "_llamaStack_undone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Llama]) :*: S1 ('MetaSel ('Just "_llamaStack_lastSaved") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Int))))) |
makePFCLlama :: OwlPFCmd -> Llama Source #
makeCompositionLlama :: [Llama] -> Llama Source #
sLlama_deserialize :: OwlPFState -> SLlama -> Llama Source #