8 lines
81 B
Haskell
8 lines
81 B
Haskell
module BasicTypes
|
|
where
|
|
import Utils
|
|
|
|
|
|
type Date = String
|
|
type DateTime = String
|