Open clayrat opened 7 years ago
We seem to have two versions of those: in Bip, to define bipAnd/bipDiff/bipXor, and in Bin proper as binDPO/binD. As we don't have any proofs of bipAnd etc in Bip, might as well move those to Bin to avoid duplication?
Bip
bipAnd
bipDiff
bipXor
Bin
binDPO
binD
This will also help to do https://github.com/sbp/idris-bi/issues/8 as the functions mentioned reference Bin.
We seem to have two versions of those: in
Bip
, to definebipAnd
/bipDiff
/bipXor
, and inBin
proper asbinDPO
/binD
. As we don't have any proofs ofbipAnd
etc in Bip, might as well move those toBin
to avoid duplication?