Skip to content

Commit 37ee12c

Browse files
committed
hash-lang: rename more-specific-type to semantic-type-guess
1 parent 6716cfc commit 37ee12c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

racket/hash-lang-bridge.rkt

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
(define (attribs->types attribs)
131131
(match attribs
132132
[(? symbol? s) (list s)]
133-
[(? hash? ht) (cons (or (hash-ref ht 'more-specific-type #f)
133+
[(? hash? ht) (cons (or (hash-ref ht 'semantic-type-guess #f)
134134
(hash-ref ht 'type 'unknown))
135135
(if (hash-ref ht 'comment? #f)
136136
'(sexp-comment-body)

0 commit comments

Comments
 (0)