1 2 3 4 5 6 7 8 9
{-# LANGUAGE NoImplicitPrelude #-} -- : out example module Biz.Bild.Example where import Alpha main :: IO () main = putStrLn "Hello world"