d10 v0.2.0.0 Release Notes

Release Date: 2018-10-28 // over 5 years ago
    • ➕ Add Template Haskell splice patterns d10Pat and d10ListPat
    • Define quotePat for the quasi-quoters d10 and d10list, so they can now be used with pattern matching
    • ➕ Add Integral a constraint to d10 and d10list in the Data.D10.Num module, because this is needed for the definition of quotePat.