probably-baysig
probably-baysig copied to clipboard
interleave strategies
interleave :: Strategy a -> Strategy b -> Strategy (a,b)
interleave (GStrategy a b) (VStrategy c d) = GStrategy ? ?
interleave (VStrategy a b) (VStrategy c d) = VStrategy ? ?
interleave (GStrategy a b) (GStrategy c d) = GStrategy ? ?