Skip to content

Commit

Permalink
Update Coalton documentation for coalton-lang/coalton@7819a1f
Browse files Browse the repository at this point in the history
  • Loading branch information
coalton-docs-bot authored and stylewarning committed Jun 13, 2023
1 parent 72ab82f commit 211a344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@ Note: Ord only compares the primal component.
#### <code>INTO</code> <sup><sub>[CLASS]</sub></sup><a name="into-class"></a>
<code><a href="#into-class">INTO</a> :A :B</code>

INTO imples *every* element of :a can be represented by an element of :b. This conversion might not be injective (i.e., there may be elements in :a that don't correspond to any in :b).
INTO imples *every* element of :a can be represented by an element of :b. This conversion might not be bijective (i.e., there may be elements in :b that don't correspond to any in :a).

Methods:
- <code>INTO :: (:A &rarr; :B)</code>
Expand Down

0 comments on commit 211a344

Please sign in to comment.