4 lines
53 B
Haskell
4 lines
53 B
Haskell
module LibA (thingA) where
|
|
|
|
thingA :: Int
|
|
thingA = 5
|
module LibA (thingA) where
|
|
|
|
thingA :: Int
|
|
thingA = 5
|