/src/Database/HsSqlPpp/Annotation.lhs
Haskell | 23 lines | 20 code | 2 blank | 1 comment | 0 complexity | 139e682f19ea16f747994b94b2d40799 MD5 | raw file
Possible License(s): BSD-3-Clause
1 2This is the public module to the annotation data types and support 3functions (not including those that depend on the ast data types). 4 5> {- | Contains the annotation data types and a few auxiliary functions. 6> -} 7> 8> module Database.HsSqlPpp.Annotation 9> ( 10> -- * Annotation data types 11> Annotation(..) 12> ,SourcePosition 13> ,ParameterizedStatementType 14> ,getAnnotation 15> --,updateAnnotations 16> ,updateAnnotation 17> --,getAnnotations 18> ,emptyAnnotation 19> --,resetAnnotations 20> ) where 21> 22> import Database.HsSqlPpp.Internals.AstAnnotation 23> --import Database.HsSqlPpp.Internals.AnnotationUtils