> For the complete documentation index, see [llms.txt](https://ploegert.gitbook.io/til/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ploegert.gitbook.io/til/programmy/ml.md).

# ml

- [reasonML](https://ploegert.gitbook.io/til/programmy/ml/reason.md)
- [Break Out Of A While Loop](https://ploegert.gitbook.io/til/programmy/ml/reason/break-out-of-a-while-loop.md)
- [Compile Reason To Native With Dune](https://ploegert.gitbook.io/til/programmy/ml/reason/compile-reason-to-native-with-dune.md)
- [Compile Reason With An OCaml Package Using Dune](https://ploegert.gitbook.io/til/programmy/ml/reason/compile-reason-with-an-ocaml-package-using-dune.md)
- [Create A Map Of Strings](https://ploegert.gitbook.io/til/programmy/ml/reason/create-a-map-of-strings.md)
- [Create A Stream From An Array](https://ploegert.gitbook.io/til/programmy/ml/reason/create-a-stream-from-an-array.md)
- [Creating A 2D Array](https://ploegert.gitbook.io/til/programmy/ml/reason/creating-a-2d-array.md)
- [Data Structures With Self-Referential Types](https://ploegert.gitbook.io/til/programmy/ml/reason/data-structures-with-self-referential-types.md)
- [Defining Variants With Constructor Arguments](https://ploegert.gitbook.io/til/programmy/ml/reason/defining-variants-with-constructor-arguments.md)
- [Dynamically Create A Printf String Format](https://ploegert.gitbook.io/til/programmy/ml/reason/dynamically-create-a-printf-string-format.md)
- [Exhaustive Pattern Matching Of List Variants](https://ploegert.gitbook.io/til/programmy/ml/reason/exhaustive-pattern-matching-of-list-variants.md)
- [Format The Current File Within Vim](https://ploegert.gitbook.io/til/programmy/ml/reason/format-the-current-file-within-vim.md)
- [Generate A Native ReasonML Project With Pesy](https://ploegert.gitbook.io/til/programmy/ml/reason/generate-a-native-reasonml-project-with-pesy.md)
- [Generate Starter Reason Projects](https://ploegert.gitbook.io/til/programmy/ml/reason/generate-starter-reason-projects.md)
- [Helping The Compiler Help Us With Variants](https://ploegert.gitbook.io/til/programmy/ml/reason/helping-the-compiler-help-us-with-variants.md)
- [Inline Component Styles With Reason React](https://ploegert.gitbook.io/til/programmy/ml/reason/inline-component-styles-with-reason-react.md)
- [Is This A Directory Or A File?](https://ploegert.gitbook.io/til/programmy/ml/reason/is-this-a-directory-or-a-file.md)
- [Making Things Mutable](https://ploegert.gitbook.io/til/programmy/ml/reason/making-things-mutable.md)
- [Modifying A String With blit\_string](https://ploegert.gitbook.io/til/programmy/ml/reason/modifying-a-string-with-blit-string.md)
- [Multi-Argument Functions As Syntactic Sugar](https://ploegert.gitbook.io/til/programmy/ml/reason/multi-argument-functions-as-syntactic-sugar.md)
- [Pattern Match On Exceptions](https://ploegert.gitbook.io/til/programmy/ml/reason/pattern-match-on-exceptions.md)
- [Quickly Bootstrap A React App Using Reason](https://ploegert.gitbook.io/til/programmy/ml/reason/quickly-bootstrap-a-react-app-using-reason.md)
- [Seeding And Generating Random Integers](https://ploegert.gitbook.io/til/programmy/ml/reason/seeding-and-generating-random-integers.md)
- [Stream A File Line By Line](https://ploegert.gitbook.io/til/programmy/ml/reason/stream-a-file-line-by-line.md)
- [String Interpolation With Integers And Sprintf](https://ploegert.gitbook.io/til/programmy/ml/reason/string-interpolation-with-integers-and-sprintf.md)
- [String Interpolation With Quoted Strings](https://ploegert.gitbook.io/til/programmy/ml/reason/string-interpolation-with-quoted-strings.md)
- [Trying Out ReasonML In CodeSandbox](https://ploegert.gitbook.io/til/programmy/ml/reason/trying-out-reasonml-in-codesandbox.md)
- [Two Ways To Find An Item In A List](https://ploegert.gitbook.io/til/programmy/ml/reason/two-ways-to-find-an-item-in-a-list.md)
- [Using Optional Labeled Function Arguments](https://ploegert.gitbook.io/til/programmy/ml/reason/using-optional-labeled-function-arguments.md)
- [Wrapping A Component For Use In JavaScript](https://ploegert.gitbook.io/til/programmy/ml/reason/wrapping-a-component-for-use-in-javascript.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ploegert.gitbook.io/til/programmy/ml.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
