]> Git — Sourcephile - tmp/julm/symantic.git/blob - src/Symantic/Typer.hs
init
[tmp/julm/symantic.git] / src / Symantic / Typer.hs
1 module Symantic.Typer (
2 module Symantic.Typer.Type,
3 module Symantic.Typer.List,
4 module Symantic.Typer.Unify,
5 module Symantic.Typer.Eq,
6 ) where
7
8 import Symantic.Typer.Eq
9 import Symantic.Typer.List
10 import Symantic.Typer.Type
11 import Symantic.Typer.Unify