Huw Simpson
Huw Simpson
I have the same problem on VS 2017 Community, dll is definitely not blocked.
Here are some basic examples of codecs for unions I created using my port of the codec library: ```fs module Example = open MiniBill.ElmCodec.Net type Animal = | Dog |...
@njlr I like what you have done with your Codec library, especially the Computation Expressions.
Hi @Horusiath I am also interested in a Nuget package of this. I find some of that Task and Channel related functions useful. I used Channel.select to implement an Agent...