Parens
This commit is contained in:
parent
e2665391f9
commit
c01dca6d27
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class ( Entered m n typ ~ ret
|
||||||
)
|
)
|
||||||
=> Enter typ m n ret
|
=> Enter typ m n ret
|
||||||
where
|
where
|
||||||
enter :: m :~> n -> typ -> ret
|
enter :: (m :~> n) -> typ -> ret
|
||||||
|
|
||||||
-- ** Servant combinators
|
-- ** Servant combinators
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue