https://github.com/idkjs/hkt-fakenickels
https://github.com/idkjs/hkt-fakenickels
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/idkjs/hkt-fakenickels
- Owner: idkjs
- Created: 2021-02-15T10:59:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-15T12:58:10.000Z (over 4 years ago)
- Last Synced: 2025-02-15T08:21:48.291Z (5 months ago)
- Language: OCaml
- Size: 43.9 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Higher Kinded Sketch from this [tweet](https://twitter.com/fakenickels/status/1300869318033408001?s=20)
Some experiments with lightweight higher kinded types in OCaml with @reasonml that I'm using to grasp it better (not a proper blog post or tutorial at all). Probably once I grasp it better I'll do a better refined one.https://t.co/2YsbY3SLwQ pic.twitter.com/G8FyGJwWG5
— fakenickels (@fakenickels) September 1, 2020# Build + Watch
```bash
# for yarn
yarn start# for npm
npm run start
```# Sketch.sh Links Are Broken
I recovered this sketch with the excellent [letouzey/sketch-downloader](https://github.com/letouzey/sketch-downloader) by building and running:
Target sketch is: `https://sketch.sh/s/accmipAxAqXppOk30IIDa0/`
Below we are just using the hash,`accmipAxAqXppOk30IIDa0`.
```sh
> ./getsketch.sh accmipAxAqXppOk30IIDa0 dump.json
> dune exec ./transketch.exe dump.json
```Thanks, [Letouzey](https://github.com/letouzey), whoever you are.