Safe HaskellSafe

Bug7

Description

This module caused a duplicate instance in the documentation for the Foo type.

Synopsis

Documentation

data Foo #

The Foo datatype

Constructors

Foo

Instances

Bar Foo Foo #

Just one instance

class Bar x y #

The Bar class

Instances

Bar Foo Foo #

Just one instance