Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
`loop fn` will loop the `fn` function infinitely.
If you want to break the loop, or skip an iteration, call `break ()` or `continue ()` within it.