Add Read instances
This commit is contained in:
@@ -2,5 +2,6 @@
|
||||
{-# LANGUAGE StrictData #-}
|
||||
module Dodge.Data.CrWlID where
|
||||
import Control.Lens
|
||||
data CrWlID = CrID Int | WlID Int | NothingID
|
||||
data CrWlID = CrID Int | WlID Int | NothingID -- TODO rewrite/remove this
|
||||
deriving (Eq,Ord,Show,Read)
|
||||
makeLenses ''CrWlID
|
||||
|
||||
Reference in New Issue
Block a user