Skip to content

Instantly share code, notes, and snippets.

@dorchard
Created March 7, 2018 15:30
Show Gist options
  • Select an option

  • Save dorchard/18837114c92a2dd0ab696dae497e85ce to your computer and use it in GitHub Desktop.

Select an option

Save dorchard/18837114c92a2dd0ab696dae497e85ce to your computer and use it in GitHub Desktop.
Atom snippets for adding infinity alias in Granule
'.source.idris':
'∞':
'prefix': 'Inf'
'body': '∞'
'.source.haskell':
'∞':
'prefix': 'Inf'
'body': '∞'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment