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