Typo and grammar
This commit is contained in:
parent
5a2100b250
commit
d9426cd138
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue