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
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
Cloogle
Commits
3ae2ca58
Verified
Commit
3ae2ca58
authored
Feb 02, 2019
by
Camil Staps
🚀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to changed CleanRegex
parent
6297f08b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
CleanRegex
CleanRegex
+1
-1
Cloogle/DB.icl
Cloogle/DB.icl
+5
-0
No files found.
CleanRegex
@
31eced6f
Compare
526028f7
...
31eced6f
Subproject commit
526028f7fc2d5a10db66d65ef911466fd888cab8
Subproject commit
31eced6fd86e6e6ef4cd614bd77bc69a2127e89c
Cloogle/DB.icl
View file @
3ae2ca58
...
...
@@ -57,6 +57,11 @@ JSONDecode{|IndexArray|} infield json = case JSONDecode{|*|} infield json of
(
Just
xs
,
json
)
->
(
Just
{#
x
\\
x
<-
xs
},
json
)
(
Nothing
,
json
)
->
(
Nothing
,
json
)
JSONEncode
{|[!!]|}
fx
infield
xs
=
JSONEncode
{|*->*|}
fx
infield
[
x
\\
x
<|-
xs
]
JSONDecode
{|[!!]|}
fx
infield
json
=
case
JSONDecode
{|*->*|}
fx
infield
json
of
(
Just
xs
,
json
)
->
(
Just
[|
x
\\
x
<-
xs
],
json
)
(
Nothing
,
json
)
->
(
Nothing
,
json
)
derive
JSONEncode
ClassDoc
,
ClassEntry
,
ClassMemberDoc
,
CloogleEntry
,
Constructor
,
ConstructorDoc
,
DeriveEntry
,
FunctionDoc
,
FunctionEntry
,
InstanceEntry
,
Location
,
ModuleDoc
,
ModuleEntry
,
Priority
,
RecordField
,
...
...
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