4 lines
56 B
Text
4 lines
56 B
Text
> module Lib (lib) where
|
|
|
|
> lib :: String
|
|
> lib = "lhs"
|
> module Lib (lib) where
|
|
|
|
> lib :: String
|
|
> lib = "lhs"
|