-
Useful when you are writing a module and exposing a few functions. Would be great to be able to add a function to the list without going to the top and re-tying it etc
-
### Description
The SML/NJ internal `InLine` structure implements the function `ptr_eql` for pointer equality. This function should be exposed to programmers through the `Unsafe` structure.
```sml…
-
### 🪦 Is your feature request related to a problem? Please describe.
The current interaction protocol between plugins and the KitX core does not provide a standardized way for plugins to expose their…
-
### What is your feature request?
It'd be nice if we could have certain functions automatically call and create a value during the compiler stage, if assuming they wre compile time runnable.
A g…
-
## Description
**Context**
In the datastore's `new_user` function, the logic for associating a blob container with a user is internally managed. This logic is hidden from the user. However, in…
-
It seems that the exposed `mldsa` sign and verify functions correspond to `ML-DSA.Sign_internal` and `Verify_internal` (i.e. Algo 7 and 8 in FIPS [204](https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS…
-
Currently only the `json` flag can be set in the options for `runFta`. Adding more or all options could be helpful.
Adding options currently exposed to the CLI should be straightforward. For other …
-
A follow-up to #52, but can be done concurrently.
The current functions can remain intact and a new set of functions can be added as a cheap wrapper for raw procedures.
```haskell
-- current
w…
dpwiz updated
2 years ago
-
Cool elm-review package!
One suggestion I have is that you only check top level functions that are exposed, rather than check all top level functions. I find that it's time consuming to write docum…
-
As a continuation of #749, I am trying to get a very simple example working. Unfortunately, I seem to be misusing the functions and am unable to figure out how to expose a port and then access the exp…