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
cloogle.org
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Cloogle
cloogle.org
Commits
7e536adc
Verified
Commit
7e536adc
authored
Nov 26, 2017
by
Camil Staps
🚀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve
#111
: abstract type implementation is now shown as comment
parent
ee9a4b61
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
backend/Builtins.icl
backend/Builtins.icl
+1
-1
backend/Cloogle
backend/Cloogle
+1
-1
frontend/clean.js
frontend/clean.js
+1
-1
No files found.
backend/Builtins.icl
View file @
7e536adc
...
...
@@ -80,7 +80,7 @@ builtin_types
++
tuples
]
where
deft
=
{
tde_typedef
={
td_name
=
""
,
td_uniq
=
False
,
td_args
=[],
td_rhs
=
TDRAbstract
},
tde_doc
=
Nothing
}
deft
=
{
tde_typedef
={
td_name
=
""
,
td_uniq
=
False
,
td_args
=[],
td_rhs
=
TDRAbstract
Nothing
},
tde_doc
=
Nothing
}
defc
=
{
cons_name
=
""
,
cons_args
=[],
cons_exi_vars
=[],
cons_context
=[],
cons_priority
=
Nothing
}
lists
=
[
make_list
kind
spine
\\
kind
<-
[[],
[
'#'
],
[
'!'
],
[
'|'
]],
spine
<-
[[],
[
'!'
]]
|
kind
<>
[
'|'
]
||
spine
<>
[
'!'
]]
...
...
Cloogle
@
49bc6483
Compare
0ac186d6
...
49bc6483
Subproject commit
0ac186d699b64e15c16bb58fc9e5e1d145a4215e
Subproject commit
49bc64834b84a5ac7adb5131a97b4bebb2fbcb8d
clean.js
@
983eba07
Compare
dae7359d
...
983eba07
Subproject commit
dae7359d2b9766dcddacd9f30109d3e347297721
Subproject commit
983eba07ab0982135e75c8299208e69581ccad14
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