Start to implement lock and key system
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
{-
|
||||
Contains base datatypes that cannot be seperated into
|
||||
different modules because they are interdependent;
|
||||
circular imports are scary.
|
||||
-}
|
||||
{-# LANGUAGE TemplateHaskell #-}
|
||||
{-# LANGUAGE FlexibleInstances #-}
|
||||
{-# LANGUAGE StrictData #-}
|
||||
|
||||
Reference in New Issue
Block a user