duckling-0.1.5.0: A Haskell library for parsing text into structured data.
Duckling.Types.Stash
newtype Stash Source #
Constructors
Fields
filter :: (Node -> Bool) -> Stash -> Stash Source #
toPosOrderedList :: Stash -> [Node] Source #
toPosOrderedListFrom :: Stash -> Int -> [Node] Source #
empty :: Stash Source #
fromList :: [Node] -> Stash Source #
union :: Stash -> Stash -> Stash Source #
sizeEqual :: Stash -> Stash -> Bool Source #
null :: Stash -> Bool Source #