diff options
Diffstat (limited to 'src/compiler/GF/Infra')
| -rw-r--r-- | src/compiler/GF/Infra/Location.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compiler/GF/Infra/Location.hs b/src/compiler/GF/Infra/Location.hs index b38482ff9..36bfab044 100644 --- a/src/compiler/GF/Infra/Location.hs +++ b/src/compiler/GF/Infra/Location.hs @@ -1,6 +1,9 @@ +-- | Source locations module GF.Infra.Location where import GF.Text.Pretty +-- ** Source locations + class HasSourcePath a where sourcePath :: a -> FilePath data Location |
