diff options
author | johnvg | 2013-04-04 13:08:37 +0000 |
---|---|---|
committer | johnvg | 2013-04-04 13:08:37 +0000 |
commit | fcb72f5c5448a7d2105cb16a4e7d67a4f7299633 (patch) | |
tree | e5f6ef9d1ad525f55630c54cadf3e604c3b44f56 /frontend/syntax.dcl | |
parent | renumber functions after checking imported modules (from iTask branch) (diff) |
add type StringPos (from iTask branch)
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2223 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/syntax.dcl')
-rw-r--r-- | frontend/syntax.dcl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/syntax.dcl b/frontend/syntax.dcl index 0f77b44..24d77ec 100644 --- a/frontend/syntax.dcl +++ b/frontend/syntax.dcl @@ -1476,6 +1476,12 @@ instance == OverloadedListType , ip_file :: !FileName } +:: StringPos = + { sp_name :: !String + , sp_line :: !Int + , sp_file :: !FileName + } + :: FileName :== String :: FunctName :== String |