(module ws_main (import ws_lib) (fn main (doc "Iter 5b fixture: ruft ws_lib.add auf, druckt das Ergebnis. So ist Cross-Module-Typcheck am Beispiel beobachtbar.") (type (fn-type (params) (ret (con Unit)) (effects IO))) (params) (body (app print (app ws_lib.add 2 3)))))