Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mart Lubbers
CleanSerial
Commits
1b51061d
Commit
1b51061d
authored
Mar 20, 2017
by
Mart Lubbers
Browse files
remove strictness
parent
8397951e
Changes
1
Hide whitespace changes
Inline
Side-by-side
iTasksTTY.icl
View file @
1b51061d
...
...
@@ -90,6 +90,6 @@ serialDeviceBackgroundTask enc dec rw iworld
(
Error
e
,
iworld
)
=
(
Error
$
exception
"share couldn't be written"
,
iworld
)
(
Ok
_,
iworld
)
=
(
Ok
(),
iworld
)
where
writet
::
[
String
]
->
(
!
*
TTY
->
!
*
TTY
)
writet
::
[
String
]
->
(*
TTY
->
*
TTY
)
writet
[]
=
id
writet
[
x
:
xs
]
=
writet
xs
o
TTYwrite
x
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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