Created
September 9, 2018 13:43
-
-
Save vilu/1ecd6e227fedd7b2020001797c62ad6b to your computer and use it in GitHub Desktop.
This file contains 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
module Main where | |
import Prelude | |
data Foo = Foo { bar :: String } | |
fun1 :: Foo -> String | |
fun1 f = f.bar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment