(.using [library [lux "*" [control ["[0]" try]] [tool ["[0]" compiler {"+" Custom}]]]]) (def: .public (dummy parameters) (Custom Nat [] []) {try.#Success [0 (function (_ input) [compiler.#dependencies (list) compiler.#process (function (_ state archive) {try.#Failure "YOLO"})])]})