mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-12 23:00:54 +01:00
12 lines
266 B
C++
12 lines
266 B
C++
// This file is part of the Luau programming language and is licensed under MIT License; see LICENSE.txt for details
|
|
#pragma once
|
|
|
|
namespace Luau::EqSat
|
|
{
|
|
|
|
/// See <https://dl.acm.org/doi/pdf/10.1145/321879.321884>.
|
|
struct UnionFind
|
|
{
|
|
};
|
|
|
|
} // namespace Luau::EqSat
|