formatting
This commit is contained in:
parent
3205a18ed4
commit
ee99bb177e
2 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
||||||
module Lets.Lens.Choice
|
module Lets.Lens.Choice (
|
||||||
(
|
|
||||||
Choice(..)
|
Choice(..)
|
||||||
) where
|
) where
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
module Lets.Lens.Profunctor
|
module Lets.Lens.Profunctor (
|
||||||
(
|
|
||||||
Profunctor(dimap)
|
Profunctor(dimap)
|
||||||
) where
|
) where
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue