Skip to content

Commit

Permalink
Add more informations in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmos274 committed Aug 8, 2021
1 parent 1659cbc commit c81b9f5
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

<t: text>
--

<b: button>
[gtk| MyWindow
<t: text>
<b: button>
|]
```

| Pattern | Meaning |
Expand Down

0 comments on commit c81b9f5

Please sign in to comment.