natefaubion / purescript-routing-duplex

Unified parsing and printing for routes in PureScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing `Routing.Duplex.hash :: RouteDuplex' String`

boygao1992 opened this issue · comments

There's a Routing.Duplex.Parser.hash :: RouteParser String and a Routing.Duplex.Printer.hash :: String -> RoutePrinter but missing Routing.Duplex.hash :: RouteDuplex' String

hash :: Routing.Duplex.RouteDuplex' String
hash =
  Routing.Duplex.RouteDuplex
    Routing.Duplex.Printer.hash
    Routing.Duplex.Parser.hash