From fcb72f5c5448a7d2105cb16a4e7d67a4f7299633 Mon Sep 17 00:00:00 2001 From: johnvg Date: Thu, 4 Apr 2013 13:08:37 +0000 Subject: add type StringPos (from iTask branch) git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2223 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- frontend/syntax.dcl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'frontend/syntax.dcl') 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 -- cgit v1.2.3