Bernát Kalló
Bernát Kalló
You're very welcome :) I'm glad to have helped a bit
oops cliked the wrong button:)
Thanks! It's not urgent for me. It can be BTW worked around with a single-valued enum: ```mint enum Production(t) { Of(Function(Array(t), Result(Tuple(String, Array(t)), Tuple(String, Array(t))))) } fun seq(ps: Array(Production(t))) seq(Production::Of(number))...
https://www.npmjs.com/package/react-hammerjs-18 worked for me
A slightly different use case. I often use functions that return stores. Now I do something like this ```js $: PRODUCT = watchProduct(product_id) $: product = $PRODUCT {product.title} {product.description} ```...
Hi all! An idea.. ```rescript const Component = (items: Item[]) => {for item of items} {if item.type === "link"} some link title: {item.title} {else} {item.content} ``` A new syntactic construct...