fradrive/src/Web/PathPieces/Instances.hs
2019-04-20 00:21:30 +02:00

13 lines
157 B
Haskell

{-# OPTIONS_GHC -fno-warn-orphans #-}
module Web.PathPieces.Instances
(
) where
import Prelude
import Utils.PathPiece
$(mapM tuplePathPiece [2..4])