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
C
clean-test-properties
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
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
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
clean-test-properties
Commits
cff0bb87
Verified
Commit
cff0bb87
authored
Jan 29, 2019
by
Camil Staps
🚀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Support master compiler
parent
7f2e2021
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
src/testproperties.icl
src/testproperties.icl
+8
-3
No files found.
src/testproperties.icl
View file @
cff0bb87
...
...
@@ -4,13 +4,14 @@ import _SystemArray
import
StdBool
import
StdEnum
import
StdFile
from
StdFunc
import
o
from
StdFunc
import
flip
,
o
import
StdMisc
import
StdOrdList
import
StdString
import
StdTuple
import
Control
.
Monad
=>
qualified
join
import
Control
.
Applicative
from
Control
.
Monad
import
class
Monad
(..),
sequence
,
=<<,
foldM
import
Data
.
Error
from
Data
.
Func
import
$,
mapSt
,
on
,
`
on`
,
seqSt
import
Data
.
Functor
...
...
@@ -31,7 +32,11 @@ import Text.Language
import
Clean
.
Doc
import
Clean
.
Parse
import
Clean
.
Parse
.
Comments
import
Clean
.
Types
.
Util
=>
qualified
::
Priority
,
::
TypeDef
from
Clean
.
Types
import
::
Type
(
Func
,
Type
),
::
TypeContext
,
::
TypeRestriction
,
::
TypeVar
,
::
TVAssignment
,
allVars
from
Clean
.
Types
.
Util
import
instance
toString
Type
,
instance
==
Type
,
assign
,
assignAll
from
syntax
import
::
FunKind
,
...
...
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