Config Options for elm
| Option | Description | Values | Default |
|---|---|---|---|
| elmVersion | Elm version: 0.18, 0.19 |
| 0.19 |
| elmPrefixCustomTypeVariants | Prefix custom type variants | false | |
| elmEnableCustomBasePaths | Enable setting the base path for each request | false | |
| elmEnableHttpRequestTrackers | Enable adding a tracker to each http request | false |
IMPORT MAPPING
| Type/Alias | Imports |
|---|
INSTANTIATION TYPES
| Type/Alias | Instantiated By |
|---|---|
| array | List |
| map | Dict |
LANGUAGE PRIMITIVES
- Float
- Bool
- Dict
- List
- String
- Int
RESERVED WORDS
- import
- in
- module
- then
- type
- exposing
- as
- port
- else
- of
- let
- where
- if
- case