File: class.rkt

package info (click to toggle)
racket 6.1-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 91,944 kB
  • ctags: 38,251
  • sloc: ansic: 265,507; sh: 32,501; asm: 12,747; lisp: 6,958; cpp: 2,906; makefile: 2,284; pascal: 2,134; exp: 484; python: 366; xml: 11
file content (5 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (12)
1
2
3
4
5
#lang scheme/base
(require racket/class)
(provide (except-out (all-from-out racket/class)
                     printable<%>)
         (rename-out [writable<%> printable<%>]))