Create Data.Profunctor.Sieve
This commit is contained in:
parent
013ceae011
commit
8cd11e401d
6
Data/Profunctor.idr
Normal file
6
Data/Profunctor.idr
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
module Data.Profunctor
|
||||||
|
|
||||||
|
import public Data.Profunctor.Types
|
||||||
|
import public Data.Profunctor.Functor
|
||||||
|
import public Data.Profunctor.Strong
|
||||||
|
import public Data.Profunctor.Closed
|
0
Data/Profunctor/Sieve.idr
Normal file
0
Data/Profunctor/Sieve.idr
Normal file
|
@ -6,7 +6,13 @@ license = "MIT"
|
||||||
|
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
|
langversion >= 0.6.0
|
||||||
|
|
||||||
modules = Data.Tensor,
|
modules = Data.Tensor,
|
||||||
|
Data.Profunctor,
|
||||||
Data.Profunctor.Types,
|
Data.Profunctor.Types,
|
||||||
Data.Profunctor.Functor,
|
Data.Profunctor.Functor,
|
||||||
Data.Profunctor.Strong
|
Data.Profunctor.Strong,
|
||||||
|
Data.Profunctor.Closed,
|
||||||
|
Data.Profunctor.Traversing,
|
||||||
|
Data.Profunctor.Sieve
|
||||||
|
|
Loading…
Reference in a new issue