| Safe Haskell | None |
|---|
QuickAnnotate
Description
QuickAnnotate Module
- type Loc = String
- class Annotatable a where
Documentation
class Annotatable a where
Annotatable is used for overloading the annotate function added by the preprocessor.
Instances
| Annotatable a | By default all types that do not derive |
| Annotatable b => Annotatable (a -> b) | The |