pub(all) enum Sexp { Atom(String) List(Sexp_list)} derive(@moonbitlang/core/debug.DebugDebug)
impl Show for Sexp
fn output(self : Sexp, logger : &Logger) -> Unit
pub(all) enum Sexp_list { Nil Cons(Sexp, Sexp_list)} derive(@moonbitlang/core/debug.DebugDebug)
impl Show for Sexp_list
fn output(self : Sexp_list, logger : &Logger) -> Unit
fn atom(s : String) -> Sexp
fn cons(head : Sexp, tail : Sexp_list) -> Sexp_list
fn list(xs : Sexp_list) -> Sexp
Install
Powered by MoonBit
© 2026 mooncakes.io