Skip to content

Commit

Permalink
pipeline -> pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
minoki committed Mar 20, 2024
1 parent 6a10b93 commit 3ba3b34
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions docs/library.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1801,12 +1801,12 @@ JavaScript features are accessible via the ``JavaScript`` structure in ``$(SML_L
val toUint32 : value -> Word32.word
end
.. _pipeline-operator:
.. _pipe-operator:

Pipeline operator
-----------------
Pipe operator
-------------

``$(SML_LIB)/basis/pipeline.mlb`` contains the following declarations:
``$(SML_LIB)/basis/pipe.mlb`` contains the following declarations:

.. code-block:: sml
Expand Down
2 changes: 1 addition & 1 deletion docs/ml-basis-system.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Available libraries
* ``$(SML_LIB)/basis/lunarml.mlb``: :ref:`lunarml-structure`
* ``$(SML_LIB)/basis/lua.mlb``: :ref:`lua-structure`
* ``$(SML_LIB)/basis/javascript.mlb``: :ref:`javascript-structure`
* ``$(SML_LIB)/basis/pipeline.mlb``: :ref:`pipeline-operator`
* ``$(SML_LIB)/basis/pipe.mlb``: :ref:`pipe-operator`
* ``$(SML_LIB)/mlyacc-lib/mlyacc-lib.mlb``
* ``$(SML_LIB)/smlnj-lib/Util/smlnj-lib.mlb``

Expand Down
3 changes: 3 additions & 0 deletions example/pipe.mlb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
$(SML_LIB)/basis/basis.mlb
$(SML_LIB)/basis/pipe.mlb
pipe.sml
File renamed without changes.
3 changes: 0 additions & 3 deletions example/pipeline.mlb

This file was deleted.

1 change: 1 addition & 0 deletions lib/lunarml/ml/basis/pipe.mlb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pipe.sml
File renamed without changes.
1 change: 0 additions & 1 deletion lib/lunarml/ml/basis/pipeline.mlb

This file was deleted.

0 comments on commit 3ba3b34

Please sign in to comment.