Module Attributes.Notations
Attributes form a monad. a1 >>= f
means f
will be run on the flags transformed by a1
and using the value produced by a1
. The trivial attribute return x
does no action on the flags.
Attributes.Notations
Attributes form a monad. a1 >>= f
means f
will be run on the flags transformed by a1
and using the value produced by a1
. The trivial attribute return x
does no action on the flags.