This library provides a parser for indented text.
list : Parser a -> Parser (List a)
Parse a list with the same indentation, for a given parser.