Macro fp_rust::do_m[][src]

macro_rules! do_m {
    ($this:expr) => { ... };
}

Run codes inside a doM block(Haskell do notation) (this is a sync macro)

Arguments

  • func - The given FnMut, the execution code of Cor.