#pragma once ///@file #include #include "lix/libutil/hash.hh" namespace rc { using namespace nix; template<> struct Arbitrary { static Gen arbitrary(); }; }