This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data Test = Test | NotTest | StillNotTest deriving Show | |
testFuction a@Test {} = a | |
testFuction _ = NotTest | |
{- | |
Test -> Test | |
NotTest -> NotTest | |
StillNotTest -> NotTest | |
-} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/python2.7 | |
""" | |
Requires: | |
Python Imaging Library http://www.pythonware.com/products/pil/ | |
Version: 1.1.7 for 2.7 | |
Information: | |
Python: 2.7.5 | |
Version: 1.1.0 | |
Author: Michael Borden <[email protected]> |
NewerOlder