File: utils.scm

package info (click to toggle)
scheme-bytestructures 2.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 480 kB
  • sloc: lisp: 2,168; makefile: 73; sh: 8
file content (6 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
(define-module (bytestructures guile utils))
(include-from-path "bytestructures/body/utils.scm")
(export
 if-syntax-case
 define-syntax-case-stubs
 )