[lang] fix for 'All' lang

parent 1e0c9e8e
Pipeline #5575 failed with stage
in 0 seconds
......@@ -54,7 +54,7 @@ derive instance Generic Lang _
derive instance Ord Lang
instance Show Lang where
-- show Universal = "All"
show Universal = "All"
show No_extraction = "Nothing"
show s = genericShow s
......
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