Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save hughfdjackson/ee071daf219b2ca6815e to your computer and use it in GitHub Desktop.

Select an option

Save hughfdjackson/ee071daf219b2ca6815e to your computer and use it in GitHub Desktop.
type Xable a = { a | x: Int }
main = asText [Xable { x = 10, y = 20 }, { x = 10 }]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment