/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

  1. This is the public module to the annotation data types and support
  2. functions (not including those that depend on the ast data types).
  3. > {- | Contains the annotation data types and a few auxiliary functions.
  4. > -}
  5. >
  6. > module Database.HsSqlPpp.Annotation
  7. > (
  8. > -- * Annotation data types
  9. > Annotation(..)
  10. > ,SourcePosition
  11. > ,ParameterizedStatementType
  12. > ,getAnnotation
  13. > --,updateAnnotations
  14. > ,updateAnnotation
  15. > --,getAnnotations
  16. > ,emptyAnnotation
  17. > --,resetAnnotations
  18. > ) where
  19. >
  20. > import Database.HsSqlPpp.Internals.AstAnnotation
  21. > --import Database.HsSqlPpp.Internals.AnnotationUtils