Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
libcloogle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Cloogle
libcloogle
Commits
065ca49b
Verified
Commit
065ca49b
authored
Oct 08, 2017
by
Camil Staps
🚀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include filename in LocationResult
parent
f9e468f7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Cloogle.dcl
Cloogle.dcl
+3
-3
No files found.
Cloogle.dcl
View file @
065ca49b
...
...
@@ -201,10 +201,10 @@ from GenEq import generic gEq
/**
* A location in a Clean library
*
* @representation The library, the module, the
line in the definition modul
e
* and the line in the implementation module
* @representation The library, the module, the
filename, the line in th
e
*
definition module
and the line in the implementation module
*/
::
LocationResult
:==
(
String
,
String
,
Maybe
Int
,
Maybe
Int
)
::
LocationResult
:==
(
String
,
String
,
String
,
Maybe
Int
,
Maybe
Int
)
/**
* A type unifier, represented with strings
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment