purescript tag

2 questions


1 answers
41 views
0
How do I implement String.prototype.substr in PureScript?

How do I implement String.prototype.substr in PureScript?https://github.com/purescript/purescript-strings/pull/116https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/String/s...

1 years ago

1 answers
36 views
0
How do I sort PureScript arrays in descending order?

How do I sort the arrays in descending order in PureScript?Currently, sort and then reverse like ↓.module Main (main whereimport Preludeimport Data.Array as Arrayimport Effect (Effect)import Effect.Co...

1 years ago

© 2024 OneMinuteCode. All rights reserved.