Objective-C coding style

I think it's a good practice truly.

But when imported to Haskell, it ends up something like this ><

1
2
3
will_animation_rotation_to_interface_orientation :: StateRef -> IO RefF1
will_animation_rotation_to_interface_orientation st = mkM1 - \e -> do
return ()

It's way too long for normal Haskell code ...