MilesCranmer / DispatchDoctor.jl

The dispatch doctor prescribes type stability
Apache License 2.0
128 stars 6 forks source link

Fix type of type #24

Closed MilesCranmer closed 1 month ago

MilesCranmer commented 1 month ago

Fixes an edge case of Base.isconcretetype where Type{Float32} will result in false.

coveralls commented 1 month ago

Coverage Status

coverage: 96.691% (+0.01%) from 96.679% when pulling 80f5bc55f81fc383c310c9c90f6afd69b3bd0d4c on fix-type-of-type into b75ed1a0cf18dfdad085fea1088995e74d9f5527 on main.