some package:Cabal-syntax
The SomeException type is the root of the exception type
hierarchy. When an exception of type e is thrown, behind the
scenes it is encapsulated in a SomeException.
skipSome p applies the parser p one or more
times, skipping its result. (aka skipMany1 in parsec)