formatting

This commit is contained in:
Tony Morris 2015-05-19 10:51:10 +10:00
parent 3205a18ed4
commit ee99bb177e
2 changed files with 2 additions and 4 deletions

View file

@ -1,5 +1,4 @@
module Lets.Lens.Choice
(
module Lets.Lens.Choice (
Choice(..)
) where

View file

@ -1,5 +1,4 @@
module Lets.Lens.Profunctor
(
module Lets.Lens.Profunctor (
Profunctor(dimap)
) where