Skip to content

advprpa-24/04_Type_Classes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

04 Type Classes

This repository contains source code from week 4.

src
├── ClassAsRecord.hs  -- Shows how instances can be modelled as records of functions.
├── Motivation.hs     -- The Comparable motivation example.
├── Semigroups.hs     -- Semigroup examples.
├── ShowExample.java  -- Type classes in Java.
├── Symbolic.hs       -- A num instance for symbolic arithmetic.
├── config.hs         -- Config as a Monoid.
├── filtering.hs      -- Filtering as a Monoid.
└── ordering.hs       -- Ordering as a Monoid.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published