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