0.2.3
Changes
- Add an implicit conversion from refined types to their base types. (#55)
Equal[N <: Nat]
can now be used with all types that have aNumeric
instance. This allows types likeDouble @@ Not[Equal[_0]]
.- Add an inference rule to go from
Equal[N <: Nat]
to any numeric predicate. - Remove deprecated
refine
,refineLit
, andrefineM
. - Update to Scala.js 0.6.5.