repo.or.cz
/
iolib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Make CLOSE of DUAL-CHANNEL-FD-MIXIN a primary method
[iolib.git]
/
src
/
new-cl
/
types.lisp
blob
988ce9c7483cae3e504d9d9049fd13bae5015a6e
1
;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
2
;;;
3
;;; --- Type definitions and constructors
4
;;;
5
6
(
in-package
:
iolib.common-lisp
)
7
8
(
deftype
boolean
()
9
'
cl
:
boolean
)
10
11
(
defun
boolean
(
x
)
12
(
if
x t nil
))