| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Elm.Import
Description
Ast for expressing imports
Synopsis
- data ImportType
- = Everything
- | Select [ImportItem]
- data ImportItem
- data Import = Import String (Maybe String) (Maybe ImportType)
Documentation
data ImportType Source #
Possible ways to expose an import
Constructors
| Everything | |
| Select [ImportItem] |
Instances
| Generate ImportType Source # | |
Defined in Elm.Import | |
data ImportItem Source #
Possible ways to expose a sub import
Instances
| Generate ImportItem Source # | |
Defined in Elm.Import | |