Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 269 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 269 Bytes

This is a repository for testing Github markdown. The following links are doc files:

Oh, and here's some Haskell code with hs:

x :: a -> a
x = id

and now with haskell:

x :: a -> a
x = id