к
_ ( "not needed"
, [ (True, "print me")
, (False, "print me too")
]
) :: IO [(Bool, ())]
Size: a a a
к
_ ( "not needed"
, [ (True, "print me")
, (False, "print me too")
]
) :: IO [(Bool, ())]
AA
> ("not needed", [(True, "print me"), (False, "print me too")]) & _2 . each . _2 %%~ putStrLn
print me
print me tooMK
idAA
AA
> ("not needed", [(True, "print me"), (False, "print me too")]) & _2 . each . _2 %%~ putStrLn
print me
print me too
("not needed",[(True,()),(False,())])AA
KV
AV
AV
KV