Open lue-bird opened 3 years ago
letVal and letFunction should allow an added type annotation like funDecl already does for example:
letVal
letFunction
funDecl
let svgAttributeToElm : ( String, String ) -> CodeGen.Expression svgAttributeToElm ( name, value ) = ... in ...
On this note, I would rename letFunction to letFun to be more consistent.
letFun
letVal
andletFunction
should allow an added type annotation likefunDecl
already does for example:On this note, I would rename
letFunction
toletFun
to be more consistent.