Skip to content

Commit

Permalink
Merge pull request #154 from cpcloud/typevar-docs
Browse files Browse the repository at this point in the history
Clarify symbolic type syntax
  • Loading branch information
cpcloud committed Jul 2, 2015
2 parents 74047d9 + a2345d9 commit 5923ff0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/source/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ to describe in-situ structured data without requiring transformation
into a canonical form.

Similar to NumPy, datashape includes ``shape`` and ``dtype``, but combined
together in the type system.
together in the type system.

Units
-----
Expand Down Expand Up @@ -186,6 +186,12 @@ can be written as two free type vars::

A * B * int32

.. note::

Any name beginning with an uppercase letter is parsed as a symbolic type
(as opposed to concrete). Symbolic types can be used both as dimensions and
as data types.

Option
~~~~~~

Expand Down

0 comments on commit 5923ff0

Please sign in to comment.