[Haskell-cafe] Converting a Constraint to Bool

Ivan Lazar Miljenovic ivan.miljenovic at gmail.com
Thu Oct 16 10:58:21 UTC 2014


Using the Constraint type and the ConstraintKinds extension, is there
any way we can determine if a Constraint is satisfied (i.e. a
type-level function of type Constraint -> Bool using DataKinds)?

-- 
Ivan Lazar Miljenovic
Ivan.Miljenovic at gmail.com
http://IvanMiljenovic.wordpress.com


More information about the Haskell-Cafe mailing list