org-parser-0.1.0.0: Parser for Org Mode documents.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Org.Compare

Description

This module implements comparasion of Org contents, using multiwalk. You should use this instead of the default Ord instances when you want to compare Org content semantically.

Documentation

data Atom Source #

Instances

Instances details
Eq Atom Source # 
Instance details

Defined in Org.Compare

Methods

(==) :: Atom -> Atom -> Bool Source #

(/=) :: Atom -> Atom -> Bool Source #

Ord Atom Source # 
Instance details

Defined in Org.Compare