Commit e86fc566 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[Type] ListType Ord fix

parent f976899b
......@@ -49,7 +49,7 @@ instance ToSchema NodeTree where
type TypeId = Int
-- TODO multiple ListType declaration, remove it
data ListType = StopTerm | CandidateTerm | MapTerm
data ListType = CandidateTerm | StopTerm | MapTerm
deriving (Generic, Eq, Ord, Show, Read, Enum, Bounded)
instance ToJSON ListType
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment