Skip to content

Instantly share code, notes, and snippets.

@takikawa
Created June 3, 2013 19:13
Show Gist options
  • Save takikawa/5700541 to your computer and use it in GitHub Desktop.
Save takikawa/5700541 to your computer and use it in GitHub Desktop.
#lang typed/racket
(require/typed racket/base [list (All (a) Float)])
(* 3.3 list)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment