lean4-htt/src/util/unit.h
2017-03-23 08:57:52 +01:00

13 lines
211 B
C++

/*
Copyright (c) 2017 Microsoft Corporation. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Author: Gabriel Ebner
*/
#pragma once
namespace lean {
struct unit {};
}