WebBits-0.9.3: JavaScript analysis tools

WebBits.Common

Description

Defines commonly used datatypes and functions.

Synopsis

Documentation

isPrefixOf :: Eq a => [a] -> [a] -> Bool

The isPrefixOf function takes two lists and returns True iff the first list is a prefix of the second.

data SourcePos

Instances

Eq SourcePos 
Data SourcePos

We make SourcePos an instance of Typeable so that we can use it with generics.

This definition is incomplete.

Ord SourcePos 
Show SourcePos 
Typeable SourcePos

These definitions allow us to use data structures containing SourcePos values with generics.

We make SourcePos an instance of Typeable so that we can use it with generics.