No immediate plans but thanks for pointing that out - I hadn't seen it
yet. Similar functionality exists in the haskelldb-th package, without
the special type operators.

On Fri, Oct 8, 2010 at 5:19 PM, Bas van Dijk <v.dijk....@gmail.com> wrote:
> Great work!
>
> I think I'm going to use it.
>
> Any plan on packaging up Christopher Done's HaskellDB's type operators:
>
> http://chrisdone.com/posts/2010-10-07-haskelldb-and-typeoperator-madness.html
>
> Which allows you to write something like:
>
> type PersonTable = Table :$: Expr
>   :%: Id    ::: Integer
>   :+: Age   ::: Integer
>   :+: Email ::: String
>   :+: Blurb ::: Maybe String
>   :+: End
>
> Regards,
>
> Bas
>
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to