metadsl
latest
Usage
Motivation
Longer Version
History
Simple Arrays
Concepts
Expression
Rewrite Strategies
Roadmap
Prototype of initial NumPy API
1. NumPy API
2. Execute Torch / Tensorflow
3. Optimize Operations
Matching System
Contributing
Development
Tests
Debugging
Docs
Requirements
Publishing
API
typez
metadsl
metadsl.normalized
metadsl.typing_tools
metadsl.dict_tools
metadsl_core
metadsl_core.abstraction
metadsl_core.boolean
metadsl_core.conversion
metadsl_core.either
metadsl_core.function
metadsl_core.integer
metadsl_core.maybe
metadsl_core.pair
metadsl_core.vec
metadsl_llvm.ctypes
metadsl
»
API
»
metadsl_core.either
Edit on GitHub
metadsl_core.either
Classes
Either
(function, args, kwargs)
class
metadsl_core.either.
Either
(
function
,
args
,
kwargs
)
[source]
args
:
List
[
object
]
function
:
Callable
kwargs
:
Dict
[
str
,
object
]
left
(
cls
,
value
)
=
Either.left
[source]
match
(
self
,
left
,
right
)
=
Either.match
[source]
right
(
cls
,
value
)
=
Either.right
[source]
Read the Docs
v: latest
Versions
latest
stable
Downloads
On Read the Docs
Project Home
Builds