Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 317 Bytes

L_subsetEq.md

File metadata and controls

10 lines (7 loc) · 317 Bytes

subsetEq

test if first set is strictly contained in second set (two sets can be equal)

find b : bool such that b = ({0,1} subsetEq {0,1})

This syntax is testing if {0,1} contains {0,1}

See it demonstrated here.