Closed GoogleCodeExporter closed 9 years ago
Also, normal expressions:
prompt> 4
4 : Int
can be changed with:
--- Commands.hs (revision 976)
+++ Commands.hs (working copy)
@@ -227,7 +227,7 @@
; v <- (eval (runtime_env tenv) e')
; u <- runAction v
; verbose <- getM "kind" False
- ; warnM [Ds "\n", docs[Dds (show u ++ " : "),Dx polyk]]
+ ; warnM [Ds "\n", docs[Dds (show u ++ " :: "),Dx polyk]]
; when verbose (mapM_ writeln subpairs)
; when verbose (writeln("\n\n"++ pv u))
; return (tenv) }
Original comment by krz.gogo...@gmail.com
on 13 Sep 2011 at 9:07
Krz, your patches look good, I have granted you committer access, if you feel
like, just commit stuff. Welcome :-)
Just be careful with sweeping changes, as I have a bunch in the pipeline.
Yo can work on branches though, and we'll coordinate the process via issues.
You'll have to `svn switch` your working copy to "https://...", but I assume
you know the details.
Original comment by ggr...@gmail.com
on 13 Sep 2011 at 11:11
Thanks! Changes commited.
Original comment by krz.gogo...@gmail.com
on 15 Sep 2011 at 9:34
Original issue reported on code.google.com by
krz.gogo...@gmail.com
on 13 Sep 2011 at 7:02