Files
openapi-generator/docs/generators/elm.md
2020-01-20 15:46:13 +08:00

938 B

title, sidebar_label
title sidebar_label
Config Options for elm elm
Option Description Values Default

IMPORT MAPPING

Type/Alias Imports

INSTANTIATION TYPES

Type/Alias Instantiated By
array List
map Dict

LANGUAGE PRIMITIVES

  • Bool
  • Dict
  • Float
  • Int
  • List
  • String

RESERVED WORDS

  • as
  • case
  • else
  • exposing
  • if
  • import
  • in
  • let
  • module
  • of
  • port
  • then
  • type
  • where