distributed-closure/examples
Mathieu Boespflug 6059d410c4 Allow instance Typeable in withStatic blocks
`Typeable` instances are not user defined. But the user nevertheless
sometimes needs static evidence of typeability. The solution is to
allow users to write

```haskell
withStatic [d| instance Typeable T |]
```

for any datatype `T`. `withStatic` will generate static evidence, but
won't pass through the instance declaration itself, since it is
illegal.
2018-09-12 23:38:12 +02:00
..
ClientServer.hs Allow instance Typeable in withStatic blocks 2018-09-12 23:38:12 +02:00