Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Cloogle
cloogle.org
Commits
b4ad2de4
Verified
Commit
b4ad2de4
authored
Nov 21, 2018
by
Camil Staps
🚀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove ranking constraints for exact results; use efficient StdMaybe from Cloogle
parent
8f108dd7
Pipeline
#16573
failed with stage
in 6 minutes and 37 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
6 deletions
+3
-6
backend/Cloogle
backend/Cloogle
+1
-1
backend/Makefile
backend/Makefile
+2
-0
backend/rank_settings_constraints.json
backend/rank_settings_constraints.json
+0
-5
No files found.
Cloogle
@
8e4856c5
Compare
7f9aa332
...
8e4856c5
Subproject commit
7f9aa332c7a5454d1a6850835eda47cd3f12c1b1
Subproject commit
8e4856c55edbe366a02558fb4ade9d5a4bb8a7de
backend/Makefile
View file @
b4ad2de4
...
...
@@ -3,6 +3,8 @@ BIN:=builddb CloogleServer
DB
=
types.json
CLM
:=
clm
CLMFLAGS
:=
-h
250M
-nr
-nortsopts
\
-P
'Cloogle'
\
-IL
StdEnv
\
-IL
TCPIP
\
-IL
Platform
\
-IL
Platform/Deprecated/ArgEnv
\
...
...
backend/rank_settings_constraints.json
View file @
b4ad2de4
...
...
@@ -28,9 +28,4 @@
,
[{
"unify"
:
"Int -> [Int]"
},
[
"LT"
,[
"Function"
,
"Control.GenMonad"
,
"ret"
],
[
"Function"
,
"StdMisc"
,
"undef"
]]]
,
[{
"unify"
:
"Int -> [Int]"
},
[
"LT"
,[
"Function"
,
"Control.Applicative"
,
"pure"
],
[
"Function"
,
"Text.Unicode"
,
"toUnicode"
]]]
,
[{
"unify"
:
"Int -> [Int]"
},
[
"LT"
,[
"Function"
,
"System._Unsafe"
,
"unsafeCoerce"
],
[
"Function"
,
"StdMisc"
,
"undef"
]]]
,
[{
"using"
:[
"Char"
]},
[
"LT"
,[
"TypeDef"
,
"_builtin"
,
"Char"
],
[
"Function"
,
"StdMisc"
,
"abort"
]]]
,
[{
"using"
:[
"Text"
]},
[
"LT"
,[
"Class"
,
"Text"
,
"Text"
],
[
"Function"
,
"Text.Terminal.VT100"
,
"vt100render"
]]]
,
[{
"using"
:[
"Text"
]},
[
"LT"
,[
"Class"
,
"Text"
,
"Text"
],
[
"Function"
,
"iTasks.WF.Tasks.Interaction"
,
"viewTitle"
]]]
]
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