Fork me on GitHub
#funcool
<
2017-05-08
>
caio00:05:23

it'd make working with spec easier

caio01:05:47

changing it didn't break any tests, so it looks ok ¯\(ツ)

mccraigmccraig10:05:32

yeah, i generally prefer records over types in all my code now - making the internal structure accessible seems to have plenty upside and no downside with persistent datastructures

caio15:05:08

Yeah, and in this case, the internal type structure was exposed (the ILookup was implemented), so no reason to define a type instead of a record