| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Shikensu.Types
Description
Types and path helpers.
- data Definition = Definition {}
- type Dictionary = [Definition]
- type Metadata = Object
- type Pattern = String
- absolutePath :: Definition -> String
- localPath :: Definition -> String
- workspacePath :: Definition -> String
Documentation
data Definition Source #
A file definition, along with some additional properties.
Constructors
| Definition | |
Fields
| |
Instances
type Dictionary = [Definition] Source #
absolutePath :: Definition -> String Source #
localPath :: Definition -> String Source #
workspacePath :: Definition -> String Source #