Add dummy docs instancE
This commit is contained in:
parent
b714640110
commit
c5dcff12d0
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ instance ToParam (QueryFlag "foo") where
|
||||||
toParam = error "unused"
|
toParam = error "unused"
|
||||||
instance ToCapture (Capture "foo" Int) where
|
instance ToCapture (Capture "foo" Int) where
|
||||||
toCapture = error "unused"
|
toCapture = error "unused"
|
||||||
|
instance ToCapture (CaptureAll "foo" Int) where
|
||||||
|
toCapture = error "unused"
|
||||||
|
|
||||||
-- * specs
|
-- * specs
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue