/src/Database/HsSqlPpp/Annotation.lhs
http://github.com/JakeWheat/hssqlppp · Haskell · 23 lines · 20 code · 2 blank · 1 comment · 0 complexity · 139e682f19ea16f747994b94b2d40799 MD5 · raw file
- This is the public module to the annotation data types and support
- functions (not including those that depend on the ast data types).
- > {- | Contains the annotation data types and a few auxiliary functions.
- > -}
- >
- > module Database.HsSqlPpp.Annotation
- > (
- > -- * Annotation data types
- > Annotation(..)
- > ,SourcePosition
- > ,ParameterizedStatementType
- > ,getAnnotation
- > --,updateAnnotations
- > ,updateAnnotation
- > --,getAnnotations
- > ,emptyAnnotation
- > --,resetAnnotations
- > ) where
- >
- > import Database.HsSqlPpp.Internals.AstAnnotation
- > --import Database.HsSqlPpp.Internals.AnnotationUtils