Tags: #quantifiers #metaprogramming #concepts
https://ngathanasiou.wordpress.com/2016/12/18/quantifiers-metaprogramming-and-concepts/
https://ngathanasiou.wordpress.com/2016/12/18/quantifiers-metaprogramming-and-concepts/
CODEine
Quantifiers, metaprogramming and concepts
1. Intro Quantification expresses the extent to which a predicate is true over a set of elements. Two forms are the most common: Universal $latex \forall$ Existential $latex \exists$ To define the…