| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Dojang.Types.Hook
Documentation
A hook configuration.
Constructors
| Hook | |
Fields
| |
The type of hook, determining when it runs.
Constructors
| PreApply | Runs before file sync (every apply). |
| PreFirstApply | Runs before file sync (first apply only). |
| PostFirstApply | Runs after file sync (first apply only). |
| PostApply | Runs after file sync (every apply). |
Instances
| Bounded HookType Source # | |
| Enum HookType Source # | |
Defined in Dojang.Types.Hook | |
| Show HookType Source # | |
| Eq HookType Source # | |
| Ord HookType Source # | |
Defined in Dojang.Types.Hook | |
allHookTypes :: [HookType] Source #
All hook types in execution order.