arnau / elm-objecthash / Objecthash.Tag

Functions to operate Tags.

Types


type Tag
    = Bool
    | Dict
    | Float
    | Integer
    | List
    | Null
    | Set
    | Unicode
    | Raw
    | Custom Basics.Int

Transformers

toChar : Tag -> Char

toByte : Tag -> Basics.Int