1 2 3 4 5 6
(include *standard-cl-23*) (import std.assert exposing assert) (export (X) (assert (not (= X 13)) X) )