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