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
b8bb9ccf
Verified
Commit
b8bb9ccf
authored
Aug 31, 2017
by
Camil Staps
🚀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add required_context hints on type search
parent
8bb1c677
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Cloogle.dcl
Cloogle.dcl
+1
-0
No files found.
Cloogle.dcl
View file @
b8bb9ccf
...
...
@@ -87,6 +87,7 @@ from GenEq import generic gEq
=
{
func
::
String
//* A string representation of the type
,
kind
::
FunctionKind
//* The kind of function
,
unifier
::
Maybe
StrUnifier
//* A unifier, if the request included a type
,
required_context
::
Maybe
[(
String
,
[
LocationResult
])]
//* Instances or derivations that are needed (if the request included a type)
,
cls
::
Maybe
ShortClassResult
//* The class, if this is a class member
,
constructor_of
::
Maybe
String
//* The type that this is a constructor of
,
recordfield_of
::
Maybe
String
//* The type that this is a record field of
...
...
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