ligo/tools/lsp/squirrel/src/HasErrors.hs

7 lines
87 B
Haskell
Raw Normal View History

2020-06-01 18:17:33 +04:00
module HasErrors where
import Error
class HasErrors h where
errors :: h -> [Error]