Skip to content
#

pattern-matching

Here are 375 public repositories matching this topic...

seanlaw
seanlaw commented Aug 27, 2020

Currently, when we perform unit test assertions we do something like:

left = naive.stump(T, m)
right = stumpy.stump(T, m)

np.assert_almost_equal(left, right)

However,left and right are also overloaded since we have left and right matrix profiles and indices. It has been proposed that we replace left with ref instead and either replace right or just name it appropriate

In this article I try to explain why Haskell keeps being such an important language by presenting some of its most important and distinguishing features and detailing them with working code examples. The presentation aims to be self-contained and does not require any previous knowledge of the language.

  • Updated Apr 30, 2020
  • Haskell
symja_android_library

Improve this page

Add a description, image, and links to the pattern-matching topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pattern-matching topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.