Module
Mote.Entry
- Package
- purescript-mote
- Repository
- garyb/purescript-mote
#bracket Source
bracket :: forall r b. b r -> (r -> b Unit) -> Bracket bCreates a bracket value for the Entry record. The first argument runs
before the group/item, possibly generating some kind of resource r. The
second argument runs on test completion, accepting the r generated in
allocation to allow it to de-allocate/clean up.