Safe Haskell | Safe-Inferred |
---|
Cmd.Ky
Description
Load ky files, which are separate files containing call definitions.
The syntax is defined by parse_ky
.
Synopsis
- update_cache :: Ui.State -> Cmd.State -> IO Cmd.State
- load :: [FilePath] -> Ui.State -> IO (Either Text (Builtins, InstrumentAliases))
- compile_definitions :: Ky.Definitions -> Library.Library
Documentation
update_cache :: Ui.State -> Cmd.State -> IO Cmd.State Source #
Check if ky files have changed, and if they have, update
Cmd.state_ky_cache
and clear the performances.