2014-05-01 11:23:37 -07:00
|
|
|
assert(not binder_info():is_implicit())
|
|
|
|
assert(not binder_info(false, false):is_implicit())
|
|
|
|
assert(binder_info(true):is_implicit())
|
|
|
|
assert(binder_info(true, true):is_implicit())
|
2014-05-14 14:54:27 -07:00
|
|
|
assert(binder_info():is_contextual())
|
2015-06-11 18:11:22 -07:00
|
|
|
assert(not binder_info(true, false):is_contextual())
|
|
|
|
assert(binder_info(false, true):is_contextual())
|