Matthew Fluet
Matthew Fluet
Resolving issue #59 would eliminate the dependency on GMP for compiled programs that do not use `structure IntInf`. However, there may be programs that use `structure IntInf` in a non-performance...
Don't force "biggish" fun-decl-body expressions onto new line. Fixes #82 While this addresses the main issue raised by #82, it does not exactly replicate the logic of `val` decls. I...
The heuristic for determining whether the body of a function declaration is placed on a newline seems rather conservative and can lead to seemingly wasted horizontal space, especially when mixed...