ennocramer/floskell

bird style signatures

paolino opened this issue · 1 comments

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

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