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 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 10 years ago
- Alternate way of arranging the data structure, plus paragraphs. Chris Pressey 10 years ago
- Haskell version of the Scheme thing. Chris Pressey 10 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 13 years ago
- Add more efficient version. Chris Pressey 13 years ago
- Add naive lazy Pascal's Triangle calculator. catseye 13 years ago
- How about an actual transitive closure, not just a fixpoint iteration! catseye 13 years ago
- A polymorphic transitive closure operation. catseye 13 years ago
- Dude. catseye 13 years ago
- A list comprehension makes this even terser. catseye 13 years ago
- Make NFA polymorphic in the type of its input. catseye 13 years ago
- Add way simple implementation of an NFA. Will likely refine this. Chris Pressey 13 years ago
- Playing with the State monad. catseye 13 years ago