You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
typesetting/hyphenate/typed/hyphenate/exceptions.rkt

8 lines
410 B
Racket

#lang typed/racket/base
(require "core-predicates.rkt")
(provide default-exceptions)
; Knuth and Liang's original exception patterns from classic TeX.
; In the public domain.
(define: default-exceptions : Patterns
(map symbol->string '(as-so-ciate as-so-ciates dec-li-na-tion oblig-a-tory phil-an-thropic present presents project projects reci-procity re-cog-ni-zance ref-or-ma-tion ret-ri-bu-tion ta-ble)))