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
81425fe7
Verified
Commit
81425fe7
authored
Jun 15, 2018
by
Camil Staps
🚀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup Builtin.Syntax; update Cloogle
parent
bf4f9c68
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
backend/Builtin/Syntax.icl
backend/Builtin/Syntax.icl
+2
-4
backend/Cloogle
backend/Cloogle
+1
-1
No files found.
backend/Builtin/Syntax.icl
View file @
81425fe7
...
...
@@ -9,10 +9,8 @@ from Data.Func import $
import
Data
.
Maybe
import
Text
import
qualified
Regex
compile
s
=
fromOk
$
'
Regex
'.
compile
[
c
\\
c
<-:
s
]
exact
s
=
compile
(
"^"
+++
s
+++
"$"
)
import
Regex
exact
s
=
regex
(
"^"
+++
s
+++
"$"
)
import
Cloogle
.
API
import
Cloogle
.
DB
...
...
Cloogle
@
3e28b4b9
Compare
1e1f92b2
...
3e28b4b9
Subproject commit
1e1f92b27f1bb10c2d4c6ead840c7e4b026136da
Subproject commit
3e28b4b9980d341619aef9dbcec13b8c7e1d3320
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