You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 28, 2022. It is now read-only.
It is not currently possible to use documentation strings in code samples in documentation strings...
for instance:
----This is the documentation of the `foo` functionUsage example: ```----
This is a sample main function
---- function main = { foo() } ```In this example, we call `foo` in a `main` function----function foo =-> null