ennocramer / floskell

Floskell is a flexible Haskell source code pretty printer.
BSD 3-Clause "New" or "Revised" License
180 stars 22 forks source link

bird style signatures #26

Closed paolino closed 5 years ago

paolino commented 5 years ago

At some point I think I configured them right and then pulling the code is gone ? Not sure how I've lost the bird style signatures, or at least linebreaks before ::, =>, and ->. If I set them in the 'op' field I break the data types layout for ::.

How to get this style for sigs ?

afunction
   :: c
   => a
   -> b 
   -> c

or

afunction  :: c
           => a
           -> b 
           -> c
paolino commented 5 years ago

Ok, the problem I got was mostly because typesig vs type misnaming