cryptol-2.2.6: Cryptol: The Language of Cryptography

Copyright(c) 2013-2015 Galois, Inc.
LicenseBSD3
Maintainercryptol@galois.com
Stabilityprovisional
Portabilityportable
Safe HaskellSafe
LanguageHaskell98

Cryptol.Parser.Position

Description

 

Synopsis

Documentation

data Located a Source

Constructors

Located 

Fields

srcRange :: !Range
 
thing :: a
 

emptyRange :: Range Source

An empty range.

Caution: using this on the LHS of a use of rComb will cause the empty source to propegate.

at :: (HasLoc l, AddLoc t) => l -> t -> t Source