Skip to content

Commit 839aa5c

Browse files
476458476458
authored andcommitted
Updated code
1 parent 49d4c68 commit 839aa5c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_posts/2017-01-20-JoyOfOcaml2.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ in loop1 0 0
7070
;;
7171
{% endhighlight %}
7272

73+
[lablgtk](http://lablgtk.forge.ocamlcore.org/) is the UI toolkit that was recommended to me. So most
74+
of the code shown below is library code.
75+
7376
{% highlight OCaml %}
7477
(* Backing pixmap for drawing area *)
7578
let backing = ref (GDraw.pixmap ~width:200 ~height:200 ()){% endhighlight %}

0 commit comments

Comments
 (0)