syntax_consts "_do_block""_do_cons""_do_bind""_do_then"⇌ bind and "_do_let"⇌Let
translations "_do_block (_do_cons (_do_then t) (_do_final e))" ⇌"CONST bind_do t (\_. e)" "_do_block (_do_cons (_do_bind p t) (_do_final e))" ⇌"CONST bind_do t (\p. e)" "_do_block (_do_cons (_do_let p t) bs)" ⇌"let p = t in _do_block bs" "_do_block (_do_cons b (_do_cons c cs))" ⇌"_do_block (_do_cons b (_do_final (_do_block (_do_cons c cs))))" "_do_cons (_do_let p t) (_do_final s)" ⇌"_do_final (let p = t in s)" "_do_block (_do_final e)"⇀"e" "(m \ n)"⇀"(m \ (\_. n))"
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.