lean4-htt/src/frontends/lean/brackets.h
2016-09-21 16:20:57 -07:00

11 lines
320 B
C++

/*
Copyright (c) 2016 Microsoft Corporation. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Author: Leonardo de Moura
*/
#pragma once
#include "frontends/lean/parser.h"
namespace lean {
expr parse_curly_bracket(parser & p, unsigned, expr const * args, pos_info const & pos);
}