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
Commits
553236b3
Verified
Commit
553236b3
authored
Mar 26, 2018
by
Camil Staps
🚀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Also update Text.JSON -> Text.GenJSON
parent
faf8854f
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
9 deletions
+9
-9
CloogleDB.dcl
CloogleDB.dcl
+1
-1
CloogleDB.icl
CloogleDB.icl
+1
-1
DB.dcl
DB.dcl
+1
-1
DB.icl
DB.icl
+1
-1
NGramIndex.dcl
NGramIndex.dcl
+1
-1
NGramIndex.icl
NGramIndex.icl
+1
-1
TypeTree.dcl
TypeTree.dcl
+1
-1
TypeTree.icl
TypeTree.icl
+1
-1
libcloogle
libcloogle
+1
-1
No files found.
CloogleDB.dcl
View file @
553236b3
...
...
@@ -7,7 +7,7 @@ from Data.GenEq import generic gEq
from
Data
.
Map
import
::
Map
from
Data
.
Maybe
import
::
Maybe
from
System
.
FilePath
import
::
FilePath
from
Text
.
JSON
import
generic
JSONEncode
,
generic
JSONDecode
,
::
JSONNode
from
Text
.
Gen
JSON
import
generic
JSONEncode
,
generic
JSONDecode
,
::
JSONNode
from
Type
import
::
Type
,
::
TypeVar
,
::
TVAssignment
,
::
TypeDef
,
::
TypeContext
,
::
TypeRestriction
,
::
Priority
,
class
print
(..)
...
...
CloogleDB.icl
View file @
553236b3
...
...
@@ -30,7 +30,7 @@ import Data.Tuple
import
System
.
File
import
System
.
FilePath
from
Text
import
class
Text
(
concat
),
instance
Text
String
import
Text
.
JSON
import
Text
.
Gen
JSON
// CleanTypeUnifier
import
Type
...
...
DB.dcl
View file @
553236b3
...
...
@@ -4,7 +4,7 @@ from StdOverloaded import class ==, class <
from
Data
.
Map
import
::
Map
from
Data
.
Maybe
import
::
Maybe
from
Text
.
JSON
import
generic
JSONEncode
,
generic
JSONDecode
,
::
JSONNode
from
Text
.
Gen
JSON
import
generic
JSONEncode
,
generic
JSONDecode
,
::
JSONNode
/**
* A database. Entries can be soft deleted. Entries are indexed with integers
...
...
DB.icl
View file @
553236b3
...
...
@@ -11,7 +11,7 @@ from Data.Func import $, hyperstrict
import
Data
.
Functor
import
Data
.
Map
import
Data
.
Maybe
import
Text
.
JSON
import
Text
.
Gen
JSON
::
*
DB
v
ak
a
=
DB
*{!
Entry
v
ak
a
}
...
...
NGramIndex.dcl
View file @
553236b3
...
...
@@ -3,7 +3,7 @@ definition module NGramIndex
from
StdClass
import
class
Eq
,
class
==,
class
Ord
,
class
<
from
Data
.
Map
import
::
Map
from
Data
.
Maybe
import
::
Maybe
from
Text
.
JSON
import
generic
JSONEncode
,
generic
JSONDecode
,
::
JSONNode
from
Text
.
Gen
JSON
import
generic
JSONEncode
,
generic
JSONDecode
,
::
JSONNode
::
NGramIndex
v
=
{
n
::
!
Int
...
...
NGramIndex.icl
View file @
553236b3
...
...
@@ -13,7 +13,7 @@ from Data.List import concatMap, tails
import
Data
.
Map
import
Data
.
Maybe
import
Data
.
Monoid
import
Text
.
JSON
import
Text
.
Gen
JSON
derive
JSONEncode
NGramIndex
derive
JSONDecode
NGramIndex
...
...
TypeTree.dcl
View file @
553236b3
...
...
@@ -4,7 +4,7 @@ from StdOverloaded import class zero
from
Data
.
Graphviz
import
::
Digraph
from
Data
.
Maybe
import
::
Maybe
from
Text
.
JSON
import
generic
JSONEncode
,
generic
JSONDecode
,
::
JSONNode
from
Text
.
Gen
JSON
import
generic
JSONEncode
,
generic
JSONDecode
,
::
JSONNode
from
TypeDef
import
::
Type
,
::
Unifier
...
...
TypeTree.icl
View file @
553236b3
...
...
@@ -13,7 +13,7 @@ import Data.Graphviz
import
Data
.
List
import
Data
.
Tuple
from
Text
import
class
Text
(
concat
),
instance
Text
String
import
Text
.
JSON
import
Text
.
Gen
JSON
import
TypeDef
import
TypeUnify
...
...
libcloogle
@
fd550136
Compare
e3ab9d34
...
fd550136
Subproject commit
e3ab9d34301ad3e838cd9a0848101dab54ad377
d
Subproject commit
fd55013666160619318dcabbf562ae4aa09a529
d
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