napkin-0.5.14
Safe HaskellSafe-Inferred
LanguageGHC2021

Napkin.Cli.Repl.Helper

Documentation

runRepl :: forall b a. (ReifiesBackend b, Typeable b) => FilePath -> (RuntimeEnv -> RawInterpretedSpec b -> BackendConn b -> YamlSpec b -> StatsM b a) -> IO a #

fromListText :: [(Text, v)] -> KeyMap v #