the-sett / elm-syntax-dsl

A DSL for creating Elm syntax trees and pretty printing Elm source code.
BSD 3-Clause "New" or "Revised" License
20 stars 4 forks source link

InfixDirections not exposed, making using opApply hard. #6

Closed rupertlssmith closed 5 years ago

rupertlssmith commented 5 years ago

Expose left, right and non - maybe as "infixLeft", "infixRight" and "infixNon".