diff --git a/README.md b/README.md index a35b5eb..8df0821 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,20 @@ # haskell-gi-template +THIS IS AN EXPERIMENTATION PROJECT + +I just quickly wrote this to experiment with Gtk in Haskell and Template/Quasi Quotation. + # Gtk Quasi Quotation Syntax -``` -MyWindow +```haskell +import GtkQuoter (gtk) - +-- - +[gtk| MyWindow + + +|] ``` | Pattern | Meaning |