Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v3] Update Markdown files to latest spec #154

Merged
merged 2 commits into from
May 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Every exercise must have at least these files:
- `test.sml`: Test suite
- `testlib.sml` Test helper

#### `testlib.sml`
### `testlib.sml`

This helper has this structures:

Expand Down
2 changes: 2 additions & 0 deletions docs/ABOUT.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# About

[Standard ML (SML)](https://en.wikipedia.org/wiki/Standard_ml) is one of the two main dialects of the ML programming
language. [ML](https://en.wikipedia.org/wiki/ML_programming_language) was the first strong statically typed language,
developed in the early 1970s at the University of Edinburgh.
Expand Down
2 changes: 2 additions & 0 deletions docs/LEARNING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Learning

## Recommended Learning Resources

Exercism provides exercises and feedback but ML can be difficult to jump into for those learning SML for the first time.
Expand Down
2 changes: 2 additions & 0 deletions exercises/practice/bob/.meta/description.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Description

Bob is a lackadaisical teenager. In conversation, his responses are very limited.

Bob answers 'Sure.' if you ask him a question.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Hints
# Hints

You can think of this data structure as a [`Rose Tree`](https://en.wikipedia.org/wiki/Rose_tree). You are given a data type `'a tree` that represents this data structure.

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/nth-prime/.docs/instructions.append.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Hints
# Hints

If the argument is not less than `1` raise the exception [`Domain`](http://sml-family.org/Basis/general.html#SIG:GENERAL.Domain:EXN).

Expand Down