multistate v0.2.0.0 Release Notes

Release Date: 2015-01-01 // over 9 years ago
    • Start using DataKinds and TypeOperators to make the HList representation more readable. The translation roughly is:

      Null        -> '[]
      Cons a Null -> '[a]
      Cons a b    -> a ': b
      TNull       -> HNil
      TCons a b   -> a :+: b
      
    • Remove dependency on tfp package.