Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
libcloogle
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
cloogle
libcloogle
Commits
8fab6010
Verified
Commit
8fab6010
authored
Nov 21, 2018
by
Camil Staps
🐧
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make distance Maybe Real (Nothing for exact results)
parent
6379c202
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
API.dcl
Cloogle/API.dcl
+1
-1
API.icl
Cloogle/API.icl
+1
-0
No files found.
Cloogle/API.dcl
View file @
8fab6010
...
...
@@ -64,7 +64,7 @@ from Text.GenJSON import generic JSONEncode, generic JSONDecode, :: JSONNode
, dcl_line :: Maybe Int //* The line in the definition module of this entry
, icl_line :: Maybe Int //* The line in the implementation module of this entry
, name :: String //* The name of the entry
, distance ::
Real
//* A distancy measure, lower is more relevant
, distance ::
Maybe Real
//* A distancy measure, lower is more relevant
, builtin :: Maybe Bool //* Whether this is a builtin function
, documentation :: Maybe String //* The CleanDoc description for this result
, langrep_documentation :: Maybe [CleanLangReportLocation] //* Documentation in the Clean language report
...
...
Cloogle/API.icl
View file @
8fab6010
...
...
@@ -13,6 +13,7 @@ import Data.Error
from Data.Func import $
import Data.Functor
import Data.Maybe
import Data.Maybe.Ord
from Text import class Text(join,split,trim), instance Text String,
instance + String, <+
import Text.GenJSON
...
...
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