Tree @master (Download .tar.gz)
- ..
- AbsInterp.hs
- Aubergine.hs
- concurrent.hs
- Etog.hs
- EtogDemo.hs
- GraphUtil.hs
- HasteCanvas.hs
- hscurses.hs
- MapEmbedMaybe.hs
- mconcatenative.hs
- Monoid.hs
- newtype.hs
- NFA.hs
- OperationalSansGADTs.hs
- PascalsTriangle.hs
- PipelineCombinators.hs
- randomRs.hs
- record.hs
- Sexpr.hs
- shuffle.hs
- SKI.hs
- SplitLines.hs
- state.hs
- system.hs
- TextThing.hs
- TextThing2.hs
- TransitiveClosure.hs
- VariableExpansion.hs
History of
haskell
@master
git clone https://git.catseye.tc/The-Dipple/
- Add PipelineCombinators module. Chris Pressey 6 months ago
- Fix misattribution in the (un)licensing info in this file. Chris Pressey 6 months ago
- Add a version of the Operational monad written without using GADTs. Chris Pressey 9 months ago
- Convert CRLF line endings to LFs, except on VBScript sources. Chris Pressey 9 months ago
- Arrange license info in repo to follow the REUSE 3.0 convention. Chris Pressey 9 months ago
- Add some Haskell code for shuffling a list. Chris Pressey 10 months ago
- Add toy LCF-style theorem prover for Equational Theory of Groups. Chris Pressey 11 months ago
- Add a Haskell function that splits text into lines. Chris Pressey 3 years ago
- You don't need monads to generate pseudorandom numbers in Haskell. Chris Pressey 5 years ago
- Add example of drawing on HTML5 Canvas with Haskell (using Haste). Chris Pressey 5 years ago
- Add example of using newtype to simulate an infinite type. Chris Pressey 5 years ago
- Improve mconcatenative example. Chris Pressey 5 years ago
- mconcat a list of Endos into a single Endo then appEndo it. Chris Pressey 5 years ago
- Modernize Falderal invokation, more Haskell record syntax example. Chris Pressey 5 years ago
- Add MapEmbedMaybe.hs, demos refining concrete -> general design. Chris Pressey 5 years ago
- Some non-monadic, non-combinator-based code to parse S-expressions. Chris Pressey 5 years ago
- Just a quick reminder of Haskell's record syntax that I never use. Chris Pressey 5 years ago
- Grp Type and filt function. Chris Pressey 9 years ago
- Alternate way of arranging the data structure, plus paragraphs. Chris Pressey 9 years ago
- Haskell version of the Scheme thing. Chris Pressey 9 years ago
- Trivial example of abstract interpretation. catseye 11 years ago
- Add example of an instance of Monoid. catseye 12 years ago
- Add implementations of Aubergine and Combinatory Logic. catseye 12 years ago
- Merge. catseye 12 years ago
- Little demonstration of working with hscurses. catseye 12 years ago
- Use LFs for EOLs. Cat's Eye Technologies 12 years ago
- Fix variable expansion -- not sure how I thought this was working. Cat's Eye Technologies 12 years ago
- Add example of communicating between threads via channels. catseye 12 years ago
- Add an example of shell-like variable expansion in strings. catseye 12 years ago
- Add GraphUtil module, from cdsmith's blog. catseye 12 years ago