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

[CLEAN] unused code (and could lead to errors)

parent d03203c3
......@@ -85,13 +85,6 @@ instance decodeJsonTermList :: DecodeJson TermList where
"CandidateTerm" -> pure CandidateTerm
s -> Left $ AtKey s $ TypeMismatch "Unexpected list name"
type ListTypeId = Int
listTypeId :: TermList -> ListTypeId
listTypeId MapTerm = 1
listTypeId StopTerm = 2
listTypeId CandidateTerm = 3
instance showTermList :: Show TermList where
show MapTerm = "MapTerm"
show StopTerm = "StopTerm"
......
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