[Haskell-cafe] [Haskell] ANNOUNCE: polymap 0.1.0.1

Carlo Nucera meditans at gmail.com
Wed Nov 4 14:59:04 UTC 2015


>From reading the code, it depends on what structures are used for
`Storage`. For example, using `[ ]`, in the moral equivalent of the
map [("foo",1), ("bar",1)], you cannot get "bar" when querying for 1.

In fact, I think the most important information to add are examples on
how to obtain different behaviors with different `Storage` types.

2015-11-03 17:19 GMT+01:00 Chaddaï Fouché <chaddai.fouche at gmail.com>:
> My question would be : what happen if I try to insert a Relation that shares
> a side with a Relation already in the Polymap ? That seems a vital
> information.
>
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
>


More information about the Haskell-Cafe mailing list