Skip to content

Instantly share code, notes, and snippets.

@vilu
Created September 9, 2018 13:43
Show Gist options
  • Save vilu/1ecd6e227fedd7b2020001797c62ad6b to your computer and use it in GitHub Desktop.
Save vilu/1ecd6e227fedd7b2020001797c62ad6b to your computer and use it in GitHub Desktop.
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