diff options
-rw-r--r-- | doc/design/assistant/blog/day_240__it_builds.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/design/assistant/blog/day_240__it_builds.mdwn b/doc/design/assistant/blog/day_240__it_builds.mdwn index 85e3dad6f..dc975af81 100644 --- a/doc/design/assistant/blog/day_240__it_builds.mdwn +++ b/doc/design/assistant/blog/day_240__it_builds.mdwn @@ -3,7 +3,7 @@ Late last night, I successfully built the full webapp for Android! That was with several manual modifications to the generated code, which I still need to automate. And I need to set up the autobuilder properly still. And I need to find a way to make the webapp open Android's web browser -to url. So it'll be a while yet until a package is available +to URL. So it'll be a while yet until a package is available to try. But what a milestone! The point I was stuck on all day yesterday was generated code that @@ -17,7 +17,7 @@ looked like this: That just couldn't type check at all. Most puzzling. My best guess is that `u_a2ehE` is the dictionary GHC passes internally to make a typeclass work, -which somehow here leaked out and became visible. Although +which somehow leaked out and became visible. Although I can't rule out that I may have messed something up in my build environment. The EvilSplicer has a hack in it that finds such code and converts it to something like this: |