Add 'universe/' from commit '8ad51b24dd'
				
					
				
			git-subtree-dir: universe git-subtree-mainline:15110e6de9git-subtree-split:8ad51b24dd
This commit is contained in:
		
						commit
						fb9380ba26
					
				
					 131 changed files with 13792 additions and 0 deletions
				
			
		
							
								
								
									
										14
									
								
								universe/lisp/prelude.lisp
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								universe/lisp/prelude.lisp
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,14 @@ | |||
| (in-package #:cl-user) | ||||
| (defpackage #:prelude | ||||
|   (:documentation "Supporting miscellaneous utility functions and macros.") | ||||
|   (:use #:cl) | ||||
|   (:shadow #:type) | ||||
|   (:export #:type #:comment)) | ||||
| (in-package #:prelude) | ||||
| 
 | ||||
| ;; TODO: Add documentation to these macros. | ||||
| 
 | ||||
| (defmacro type (name in out) | ||||
|   `(declaim (ftype (function ,in ,out) ,name))) | ||||
| 
 | ||||
| (defmacro comment (&rest _forms) nil) | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue