genelmtypes

package
v0.0.0-...-4d64bd8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 3, 2021 License: MIT Imports: 14 Imported by: 0

Documentation

Overview

Package genelmtypes provides a code generator for elm types.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(reg *descriptor.Registry) *generator

New returns a new generator which generates elm type definition files.

Types

type ElmType

type ElmType interface {
	ElmType() string
	ElmTypeDecoder() string
	IsTypeAlias() bool
}

type NamedElmType

type NamedElmType interface {
	ElmType
	ElmTypeName() string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL