Recalls.jl

Author tkf
Popularity
4 Stars
Updated Last
3 Years Ago
Started In
February 2021

Recalls

API summary

Recording calls:

  • @recall function f(...) ... end
  • @recall f(...)
  • recall(): replay last record created by @recall. To debug last record, use @run recall().
  • Recalls.CALLS: a vector of records created by @recall.

Recording variables:

  • @note v₁ v₂ ... vₙ: record variables.
  • Recalls.NOTES: a vector of records created by @note.

Required Packages

Used By Packages

No packages found.