(module ws_lib (fn add (doc "Iter 5a fixture: einfache Add-Funktion, die ws_main importiert.") (type (fn-type (params (con Int) (con Int)) (ret (con Int)))) (params a b) (body (app + a b))))