Introduction
Nov 18, 2014
Hello World Wide Web,
I’m a final year PhD student at the University of York, and this is my website.
You’ll probably find posts on Haskell, which looks like this:
map :: (a -> b) -> [a] -> [b]
map f [] = []
map f (x:xs) = f x : map f xs
Or alternatively, you’ll see posts about making bread, which is my current fascination.
-JMCT