1{-
2  SkateBackendLatex: Backend to generate a Latex documentation
3
4  Part of Skate: a Schema specification languge
5
6  Copyright (c) 2017, ETH Zurich.
7  All rights reserved.
8
9  This file is distributed under the terms in the attached LICENSE file.
10  If you do not find this file, copies can be found by writing to:
11  ETH Zurich D-INFK, Universit\"atstr. 6, CH-8092 Zurich. Attn: Systems Group.
12-}
13
14module SkateBackendLatex    where
15
16import qualified SkateParser
17import SkateSchema
18
19compile :: String -> String -> SchemaRecord -> String
20compile infile outfile schema =
21    ""
22