fix typo of URL.

This commit is contained in:
Kei Hibino 2016-10-05 20:58:22 +09:00
parent a5d53cae53
commit 92a1353c1a
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Inf
<ul>
<li>SQL building DSL using Haskell
<ul>
<li>http://khibino.github.io/haskell-relatoinal-record/</li>
<li>http://khibino.github.io/haskell-relational-record/</li>
</ul></li>
<li>Composability and Type-Safety
<ul>

View File

@ -7,7 +7,7 @@ Concepts
-----
* SQL building DSL using Haskell
* http://khibino.github.io/haskell-relatoinal-record/
* http://khibino.github.io/haskell-relational-record/
* Composability and Type-Safety
* Want to find errors of SQL at compile time
* Compile time schema loading and generating type informations