Jason Hickner

Results 2 comments of Jason Hickner

@agrafix What's your preferred approach - add more fields to the existing options object, or make separate options objects for the type defs and the JSON parser/serializers?

I ended up putting this together based on the parser combinator package `elm-combine`. Putting it here in case it helps anyone: ``` haskell module Router where import Combine exposing (..)...