Track Side Effects

Just in general- not in React or anything- is there a way to keep track effectful functions, like in Haskell?

1 Like

No, rescript type system comes from ocaml, which is in general more pragmatic than haskell when it comes to use inpure code, so there’s no tracking of this.

1 Like