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
1e8e46cb
Verified
Commit
1e8e46cb
authored
Mar 12, 2019
by
Camil Staps
🚀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix explanation about functional dependencies (from
!175
) in Builtin.Syntax (again)
parent
9008defe
Pipeline
#19864
passed with stages
in 20 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
backend/Builtin/Syntax.icl
backend/Builtin/Syntax.icl
+1
-1
No files found.
backend/Builtin/Syntax.icl
View file @
1e8e46cb
...
...
@@ -306,7 +306,7 @@ bs_funcdep =
,
syntax_examples
=
map
(
requires_itask_compiler
o
EX
)
[
"class plus a b ~c :: a b -> c
\n
"
+
"instance plus Int Int Int where plus x y = x + y
\n
"
+
"Start = plus 1 (plus 1 1) // Overloading can be resolved because we told the compiler that c
determines
the other types."
"Start = plus 1 (plus 1 1) // Overloading can be resolved because we told the compiler that c
is determined by
the other types."
]
}
...
...
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