New pages
- 01:14, 29 December 2020 quantise (hist | edit) [1,167 bytes] Left adjoint (talk | contribs) (Created page with "{{DISPLAYTITLE:quantise}} Type: <source inline>quantise :: (Functor f, RealFrac b) => b -> f b -> f b</source> '''quantise''' is useful for rounding a col...")
- 23:31, 28 December 2020 loopFirst (hist | edit) [597 bytes] Left adjoint (talk | contribs) (Created page with "{{DISPLAYTITLE:loopFirst}} Type: <source inline>loopFirst :: Pattern a -> Pattern a</source> '''loopFirst''' is a function that takes a pattern and loops...")
- 16:24, 26 December 2020 flatpat (hist | edit) [655 bytes] Left adjoint (talk | contribs) (Created page with "{{DISPLAYTITLE:inv}} Type: <syntaxhighlight lang="haskell" inline>flatpat :: Pattern [a] -> Pattern a</syntaxhighlight> '''flatpat''' takes a pattern of l...")
- 17:08, 25 December 2020 slowSqueeze (hist | edit) [1,094 bytes] Left adjoint (talk | contribs) (Created page with "Type: <syntaxhighlight lang="haskell" inline>slowSqueeze :: Pattern Time -> Pattern a -> Pattern a</syntaxhighlight> '''fastSqueeze''' slows down a patter...")
- 09:19, 25 December 2020 New:Welcome (hist | edit) [3,564 bytes] Yaxu (talk | contribs) (Created page with "test")
- 01:11, 25 December 2020 step (hist | edit) [1,656 bytes] Left adjoint (talk | contribs) (Created page with "Type: <syntaxhighlight lang="haskell" inline> step :: String -> String -> Pattern String </syntaxhighlight> '''step''' acts as a kind of simple step-seque...")
- 23:52, 24 December 2020 sig (hist | edit) [431 bytes] Left adjoint (talk | contribs) (Created page with "{{DISPLAYTITLE:sig}} Type: <syntaxhighlight lang="haskell" inline>sig :: (Time -> a) -> Pattern a</syntaxhighlight> '''sig''' takes a function of time and...")
- 23:15, 24 December 2020 contrast (hist | edit) [1,395 bytes] Left adjoint (talk | contribs) (Created page with "{{DISPLAYTITLE:contrast}} Type: <source inline>contrast :: (ControlPattern -> ControlPattern) -> (ControlPattern -> ControlPattern) -> ControlPattern -> Co...")
- 20:39, 24 December 2020 fastGap (hist | edit) [625 bytes] Left adjoint (talk | contribs) (Created page with "{{DISPLAYTITLE:fastGap}} Type: <syntaxhighlight lang="haskell" inline>fastGap :: Pattern Time -> Pattern a -> Pattern a</syntaxhighlight> '''fastGap''' sp...")
- 19:44, 24 December 2020 fromMaybes (hist | edit) [683 bytes] Left adjoint (talk | contribs) (Created page with "<languages/> <translate> <!--T:1--> {{DISPLAYTITLE:fromMaybes}} Type: <source inline>fromMaybes :: [Maybe a] -> Pattern a</source> <!--T:2--> '''fromMaybes...")
- 19:17, 24 December 2020 stutter (hist | edit) [763 bytes] Left adjoint (talk | contribs) (adding stutter, linking to ply and stut)
- 18:57, 24 December 2020 inv (hist | edit) [766 bytes] Left adjoint (talk | contribs) (creating inv and linking to struct)
- 17:20, 24 December 2020 listToPat (hist | edit) [654 bytes] Left adjoint (talk | contribs) (adding listToPat)
- 17:14, 24 December 2020 fromList (hist | edit) [582 bytes] Left adjoint (talk | contribs) (creating entry for fromList)
- 17:46, 17 December 2020 while (hist | edit) [839 bytes] Kindohm (talk | contribs) (Created page with "Type: <source inline>Pattern Bool -> (Pattern a -> Pattern a) -> Pattern a -> Pattern a</source> '''while''' uses a binary pattern to conditionally apply a...")