浏览代码

use typed racket for config file

George C. Privon 3 年之前
父节点
当前提交
e50bdd2ee7
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      config.rkt.example

+ 2 - 1
config.rkt.example

@@ -1,5 +1,6 @@
-#lang racket
+#lang typed/racket/base
 
 (provide dbloc)
 
+(: dbloc String)
 (define dbloc "/path/to/database")