summaryrefslogtreecommitdiff
path: root/testsuite/tests/effects/reperform.ml
Commit message (Collapse)AuthorAgeFilesLines
* New script language for ocamltest (#12185)Damien Doligez2023-04-251-2/+1
| | | | New test script language, all tests translated automatically (see `tools/translate-all-tests`).
* Rename Effect.{eff => t} (#11044)Nicolás Ojeda Bär2022-02-251-5/+5
|
* Rename EffectHandlers module to Effect (#10879)Anil Madhavapeddy2022-01-121-2/+2
|
* Move effect handlers to its own module in StdlibKC Sivaramakrishnan2021-10-111-2/+2
|
* Expose deep and shallow handlers as functionsKC Sivaramakrishnan2021-09-271-13/+26
|
* Update tests/{effects,effects-disallowed,parallel,promotion} to ocamltestTom Kelly2020-04-161-0/+3
|
* Split stack_info in two, placing handler info at top of stack.Stephen Dolan2018-11-061-0/+21
This makes it easier to find the handler in DWARF code.