chtenb

Results 94 issues of chtenb

Document bindings discussed in https://github.com/helix-editor/helix/discussions/10976

A-documentation

The following page entry exists: [std/core/int](https://koka-lang.github.io/koka/doc/std_core_int.html) But it is not listed in the TOC: https://koka-lang.github.io/koka/doc/toc.html

I read this in the source code: ``` // Return a strong random integer in the range [-2^^31^^, 2^^31^^). pub fun srandom-int() : ndet int srandom-int32().int ``` But this in...

website

I ran into this issue when I installed a new version of koka, and apparently the minimum required clang version had been bumped. ``` C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.40.33807\include\yvals_core.h(898,1): error: static...

bug
installation
windows