1
module FloodDetection where
2
3
import CoreTypes
4
5
registerEvent :: Event -> a
6
registerEvent e = undefined