File: TestUtils.hs

package info (click to toggle)
haskell-sandi 0.3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 336 kB
  • ctags: 54
  • sloc: haskell: 1,569; ansic: 1,501; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 139 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
-- Copyright: (c) Magnus Therning, 2013
-- License: BSD3, found in the LICENSE file

module Codec.TestUtils where

fromRight (Right a) = a