biegunka-core-0.1.0.0: DSL definitions, interpreters, templating

Safe HaskellNone

Biegunka.Source

Description

Generally useful Sources related definitions

Synopsis

Documentation

class Sourceable s whereSource

Common Sources structure

Methods

actions :: Lens' s (Script Actions ())Source

Actions to run after source update

(==>) :: String -> FilePath -> s -> Script Sources ()Source

Instances