| Copyright | (c) Erich Gut |
|---|---|
| License | BSD3 |
| Maintainer | zerich.gut@gmail.com |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
OAlg.Data.Filterable
Description
filtrations.
Synopsis
- class Filterable (s :: Type -> Type) where
Documentation
class Filterable (s :: Type -> Type) where Source #
filtering.
Instances
| Filterable Set Source # | |
| Filterable [] Source # | |
Defined in OAlg.Data.Filterable | |
| Filterable (Graph i) Source # | |