File: module1.thi

package info (click to toggle)
theme-d 7.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 21,240 kB
  • sloc: lisp: 9,688; sh: 5,345; makefile: 716; ansic: 477
file content (11 lines) | stat: -rw-r--r-- 256 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11

(define-interface (package-tests module1)

  (import (standard-library core))
  
  (declare-method filter
		  (:param-proc (%type)
			       ((:procedure (%type) <boolean> pure)
				(:uniform-list %type))
			       (:uniform-list %type)
			       pure)))