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
I
iTasks-SDK
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
73
Issues
73
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
clean-and-itasks
iTasks-SDK
Commits
4f582e92
Commit
4f582e92
authored
Jul 03, 2018
by
Steffen Michels
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove duplicate gEq instance of Maybe
parent
a275ccc4
Pipeline
#12617
failed with stage
in 1 minute and 27 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Libraries/iTasks/Internal/Tonic/AbsSyn.icl
Libraries/iTasks/Internal/Tonic/AbsSyn.icl
+1
-1
Libraries/iTasks/WF/Derives.dcl
Libraries/iTasks/WF/Derives.dcl
+1
-1
Libraries/iTasks/WF/Derives.icl
Libraries/iTasks/WF/Derives.icl
+1
-1
No files found.
Libraries/iTasks/Internal/Tonic/AbsSyn.icl
View file @
4f582e92
...
...
@@ -11,7 +11,7 @@ derive JSONEncode TonicModule, TonicFunc, TExpr, TPriority, TAssoc, TLit
derive
JSONDecode
TonicModule
,
TonicFunc
,
TExpr
,
TPriority
,
TAssoc
,
TLit
derive
gEq
TonicModule
,
TonicFunc
,
TExpr
,
TPriority
,
TAssoc
,
TLit
,
Maybe
derive
gEq
TonicModule
,
TonicFunc
,
TExpr
,
TPriority
,
TAssoc
,
TLit
instance
==
TonicModule
where
(==)
tm1
tm2
=
tm1
.
tm_name
==
tm2
.
tm_name
...
...
Libraries/iTasks/WF/Derives.dcl
View file @
4f582e92
...
...
@@ -21,7 +21,7 @@ from Text.HTML import :: SVGStrokeDashArray, :: SVGStrokeDashOffset, :: SVGStrok
//Common library types
derive
JSONEncode
(),
HtmlTag
,
HtmlAttr
,
Either
,
MaybeError
,
Timestamp
derive
JSONDecode
(),
HtmlTag
,
HtmlAttr
,
Either
,
MaybeError
,
Timestamp
derive
gEq
(),
HtmlTag
,
HtmlAttr
,
Either
,
MaybeError
,
Timestamp
,
JSONNode
,
(->),
Dynamic
,
Maybe
derive
gEq
(),
HtmlTag
,
HtmlAttr
,
Either
,
MaybeError
,
Timestamp
,
JSONNode
,
(->),
Dynamic
derive
gDefault
HtmlAttr
derive
gEditor
HtmlAttr
derive
gText
HtmlAttr
...
...
Libraries/iTasks/WF/Derives.icl
View file @
4f582e92
...
...
@@ -16,7 +16,7 @@ import StdArray
// Generic instances for common library types
derive
JSONEncode
Either
,
MaybeError
,
HtmlTag
,
HtmlAttr
derive
JSONDecode
Either
,
MaybeError
,
HtmlTag
,
HtmlAttr
derive
gEq
Either
,
MaybeError
,
HtmlTag
,
HtmlAttr
,
Timestamp
,
JSONNode
,
Maybe
derive
gEq
Either
,
MaybeError
,
HtmlTag
,
HtmlAttr
,
Timestamp
,
JSONNode
gEq
{|()|}
_
_
=
True
JSONEncode
{|()|}
_
()
=
[
JSONNull
]
...
...
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