about summary refs log tree commit diff
path: root/src/elaborator/dune
blob: 3e5a41889164e7b6ef24f3af85099f095c99e499 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
(library
 (name Elaborator)
 (public_name toytt.elaborator)
 (libraries
  algaeff
  bwd
  toytt.ast
  toytt.error
  toytt.name
  toytt.nbe
  toytt.pretty
  toytt.toplevel))