Harmos274 / haskell-gi-template

Experimentation on GTK+ Haskell and QuasiQuotation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

import GtkQuoter (gtk)

-- 

[gtk| MyWindow
      <t: text>
      <b: button>
|]
Pattern Meaning
<t: text :> Text displayer
<b: label :> Button with label
<?: label :> Checkbox with label

About

Experimentation on GTK+ Haskell and QuasiQuotation

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%