Skip to content

Instantly share code, notes, and snippets.

@ConnorBaker
Created March 21, 2019 16:48
Show Gist options
  • Select an option

  • Save ConnorBaker/88b355d9463cc29b589deb225fee7718 to your computer and use it in GitHub Desktop.

Select an option

Save ConnorBaker/88b355d9463cc29b589deb225fee7718 to your computer and use it in GitHub Desktop.
Programming in Haskell, 2nd ed.: Chapter 7: Problem 8
channelNoisy :: [Bit] -> [Bit]
channelNoisy = tail
transmitNoisy :: String -> String
transmitNoisy = decodeWithParityBit
. channelNoisy
. encodeWithParityBit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment