Update examples to use new module names
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
module API where
|
||||
|
||||
import AltData
|
||||
import AltData.Typeable
|
||||
|
||||
data Interface = Interface {
|
||||
equals :: forall t. Eq t => t -> t -> Bool
|
||||
|
Reference in New Issue
Block a user