mdgriffith / elm-codegen

https://package.elm-lang.org/packages/mdgriffith/elm-codegen/latest/
BSD 3-Clause "New" or "Revised" License
138 stars 16 forks source link

Add aliasWith and customTypeWith #74

Closed miniBill closed 1 year ago

miniBill commented 1 year ago

These are useful for:

  1. controlling the order of type variables
  2. declaring phantom types
mdgriffith commented 1 year ago

Love it, thank you!