duckling-0.1.4.0: A Haskell library for parsing text into structured data.

Safe HaskellNone
LanguageHaskell2010

Duckling.Testing.Types

Documentation

examples :: ToJSON a => a -> [Text] -> [Example] Source #

parserCheck :: Eq a => a -> (Value -> Maybe a) -> TestPredicate Source #

withLocale :: (Context, [a]) -> Locale -> [a] -> (Context, [a]) Source #