o1-labs / snarky

OCaml DSL for verifiable computation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use inline record for `Runtime_error`

rbonichon opened this issue · comments

    I'd suggest using an inline record here to document the fields. Or at least add a simple docstring.
exception Runtime_error of { stack: string list; exception: exn; backtrace: string }

Maybe in a follow-up PR?

Originally posted by @rbonichon in #686 (comment)

Stale issue message