katydid-0.2.0.1: A haskell implementation of Katydid

Safe HaskellSafe
LanguageHaskell2010

Parsers

Description

This module describes the abstract tree that can be validated by Relapse.

The JSON and XML parsers both are both versions of this type class.

Documentation

class Tree a where Source #

Minimal complete definition

getLabel, getChildren

Methods

getLabel :: a -> Label Source #

getChildren :: a -> [a] Source #