Skip to content

Instantly share code, notes, and snippets.

@deckool
Forked from disnet/gist:4973724
Created May 6, 2017 12:14
Show Gist options
  • Save deckool/a914c7e600d37d4fa7ee67df78374fe8 to your computer and use it in GitHub Desktop.
Save deckool/a914c7e600d37d4fa7ee67df78374fe8 to your computer and use it in GitHub Desktop.
sed - convert literate haskell to plain haskell
sed '
s/^>//
t
s/^ *$//
t
s/^/-- /
' in.lhs > out.hs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment