Skip to content

Instantly share code, notes, and snippets.

View mcandre's full-sized avatar

Andrew mcandre

  • Milwaukee, WI
View GitHub Profile
// beasts
// format: 60 card
// https://gist.github.com/1276954
// Lands
20 Forest
// Creatures
4 Norwood Ranger
4 Trained Jackal
@mcandre
mcandre / dog.hs
Created October 16, 2011 19:09
Using data types for complex function arguments
#!/usr/bin/env runhaskell
import Control.Monad (replicateM_)
data Dog = Dog {
name :: String,
breed :: String,
barks :: Int
}
// goblins
// format: 60 card
// https://gist.github.com/1293442
// Lands
20 Mountain
// Artifacts
4 Howling Mine
// counter
// format: 60 card
// https://gist.github.com/1293448
// Lands
20 Island
// Artifacts
4 Darksteel Reactor
// heavenlyinferno
// format: EDH
// https://gist.github.com/1362869
// Commander
Kaalia of the Vast
// Lands
Akoum Refuge
Barren Moor
// yougainsomeyoulosesome
// https://gist.github.com/1589773
// Lands
4 Godless Shrine
10 Plains
10 Swamp
// Equipment
4 Basilisk Collar
// warofattrition
// format: 60 card
// https://gist.github.com/1594988
// Lands
4 Godless Shrine
4 Marsh Flats
8 Plains
8 Swamp
// bloodforthebloodgod
// format: 60 card
// https://gist.github.com/1671816
// Lands
10 Swamp
10 Plains
// Equipment
4 Elbrus, the Binding Blade
// darksacrifice
// format: 60 card
// https://gist.github.com/1746557
// Lands
1 Haunted Fengraf
12 Plains
11 Swamp
// Equipment
// gravepower
// format: 60 card
// https://gist.github.com/1765930
// Lands
14 Forest
10 Island
// Equipment
1 Executioner's Hood