OILS / vendor / souffle / SouffleFunctor.h View on Github | oilshell.org

21 lines, 4 significant
1/*
2 * Souffle - A Datalog Compiler
3 * Copyright (c) 2022, The Souffle Developers. All rights reserved
4 * Licensed under the Universal Permissive License v 1.0 as shown at:
5 * - https://opensource.org/licenses/UPL
6 * - <souffle root>/licenses/SOUFFLE-UPL.txt
7 */
8
9/************************************************************************
10 *
11 * @file SouffleFunctor.h
12 *
13 * Main include file for Souffle C++ functors
14 *
15 ***********************************************************************/
16
17#pragma once
18
19#include "souffle/RamTypes.h"
20#include "souffle/RecordTable.h"
21#include "souffle/SymbolTable.h"