Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Testing Block Comment Closing Behavior

This test demonstrates the various ways to end mdexp prose blocks in OCaml.

Closing with standalone marker

This paragraph has the closing marker on its own line below.

Explicit closing with @mdexp.end

This paragraph uses an explicit end directive.

Directive followed by closing

This demonstrates the common pattern: end prose with a directive.

let (_ : string) = "Hello, World!"