bn: Better structure provide.

This commit is contained in:
Sergiu Ivanov 2020-02-18 12:36:44 +01:00
parent 74b57c81d7
commit f4d7197f47
1 changed files with 8 additions and 4 deletions

12
bn.rkt
View File

@ -9,10 +9,14 @@
(require "utils.rkt")
(provide Variable State UpdateFunc Network
update make-state make-bn-funcs update-func-form->update-func
bn-form->bn make-bn-forms
bn)
(provide
;; Types
Variable State UpdateFunc Network
;; Functions
update make-state make-bn-funcs update-func-form->update-func
bn-form->bn make-bn-forms
;; Syntax
bn)
;;; =================