File: test930.out

package info (click to toggle)
theme-d 7.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,036 kB
  • sloc: lisp: 9,625; sh: 5,321; makefile: 715; ansic: 477
file content (4 lines) | stat: -rw-r--r-- 242 bytes parent folder | download
1
2
3
4
(is-subtype? <integer> (:union <integer> <none>)) = #f  OK
(is-subtype? <integer> (nonopt-union <integer> <none>)) = #f  OK
(is-subtype? (:union <integer> <none>) <none>) = #t  OK
(is-subtype? (nonopt-union <integer> <none>) <none>) = #t  OK