Skip to content

Instantly share code, notes, and snippets.

@thalesmg
Created April 14, 2021 13:15
Show Gist options
  • Select an option

  • Save thalesmg/3fdc4ed2ad8f406949b475362a6a2e1a to your computer and use it in GitHub Desktop.

Select an option

Save thalesmg/3fdc4ed2ad8f406949b475362a6a2e1a to your computer and use it in GitHub Desktop.
teste - delete me
#!/usr/bin/env racket
#lang scripty
#:dependencies '("base" "gregor-lib")
------------------------------------------
#lang typed/racket
(require/typed gregor
[#:opaque Date date?]
[date (-> Integer Integer Integer Date)])
(Date 2021 4 14)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment