We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba37928 commit d4f7b03Copy full SHA for d4f7b03
doc/cookbook/uverb/UVerb.lhs
@@ -4,6 +4,10 @@ Servant allows you to talk about the exceptions you throw in your API
4
types. This is not limited to actual exceptions, you can write
5
handlers that respond with arbitrary open unions of types.
6
7
+## Compatibility
8
+
9
+:warning: This cookbook is compatible with GHC 8.6.1 or higher :warning:
10
11
## Preliminaries
12
13
```haskell
0 commit comments