Closed paulcadman closed 5 months ago
This PR replaces the unicode composition function name with << and adds similar functions >>, |> and <|. Inspired by elm.
<<
>>
|>
<|
The $ function is now called <|.
$
The >>> (builtin seq) function is now called >->.
>>>
>->
The >> : IO -> IO -> IO function is now called >>>.
>> : IO -> IO -> IO
This PR replaces the unicode composition function name with
<<
and adds similar functions>>
,|>
and<|
. Inspired by elm.The
$
function is now called<|
.The
>>>
(builtin seq) function is now called>->
.The
>> : IO -> IO -> IO
function is now called>>>
.