diff --git a/examples/example00/Main.hs b/examples/example00/Main.hs index c496e67..30d8303 100644 --- a/examples/example00/Main.hs +++ b/examples/example00/Main.hs @@ -1,6 +1,8 @@ {-# LANGUAGE MultiParamTypeClasses #-} {-# LANGUAGE TypeFamilies #-} +module Main where + import Affection as A import Control.Concurrent.STM