pandoc-1.19.1: Conversion between markup formats

CopyrightCopyright (C) 2006-2016 John MacFarlane
LicenseGNU GPL, version 2 or above
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Stabilityalpha
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Text.Pandoc.Error

Description

This module provides a standard way to deal with possible errors encounted during parsing.

Synopsis

Documentation

handleError :: Either PandocError a -> a Source #

An unsafe method to handle PandocErrors.