| Safe Haskell | None | 
|---|
Data.Iterable.Instantiate
Description
Helpers for instantiating transitive and reflexive instances of Iterable.
Documentation
self_iterable :: Q Type -> DecsQSource
Generates convenience function for iterating over a single object. self_iterable typA = gen_iterable typA typA [e| id |] [e| L.singleton |]