diff options
| author | pb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157> | 2010-03-20 23:59:46 +0000 |
|---|---|---|
| committer | pb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157> | 2010-03-20 23:59:46 +0000 |
| commit | 3e19b375af39e3547d05af5fa2cfce86bc236023 (patch) | |
| tree | 1a6411a14964da2f90d4107a01ae9642dc68c3dc /State.hs | |
| parent | 5360c5fb69726681609ad48f9364108e5fa11d14 (diff) | |
git-svn-id: https://ssl.buetow.org/repos/hsbot/trunk@37 9f8f72e9-4bf4-416e-b76e-7d4203597157
Diffstat (limited to 'State.hs')
| -rw-r--r-- | State.hs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ module State where -import List +import qualified Data.Map as M +import List import User data State = State { |
