We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c196bdb + 3297674 commit d4ba9c0Copy full SHA for d4ba9c0
_generator/index.html
@@ -28,8 +28,8 @@ <h4>HTML5 Canvas</h4>
28
You can <a href="http://try.purescript.org/?gist=1c497b0533c1e1e4c21ebdbbd4195a79&backend=flare">try this example</a> online.
29
</p>
30
<pre>
31
-<span class="kr">import</span> <span class="nn">import Flare</span>
32
-<span class="kr">import</span> <span class="nn">import Flare.Drawing</span>
+<span class="kr">import</span> <span class="nn">Flare</span>
+<span class="kr">import</span> <span class="nn">Flare.Drawing</span>
33
34
<span class="nf">thrice</span> f x = f (f (f x))
35
0 commit comments