list-untyped.scrbl (306B)
1 #lang scribble/manual 2 @require[racket/require 3 "utils.rkt" 4 @for-label[phc-toolkit/untyped/list]] 5 @(def-orig typed [phc-toolkit/list]) 6 @title{Untyped versions of list} 7 @defmodule[phc-toolkit/untyped/list 8 #:use-sources 9 [(submod (lib "phc-toolkit/list.rkt") untyped)]] 10