#pragma once ///@file #include #include namespace nix { struct StorePathName { std::string name; }; // For rapidcheck void showValue(const StorePath & p, std::ostream & os); } namespace rc { using namespace nix; template<> struct Arbitrary { static Gen arbitrary(); }; template<> struct Arbitrary { static Gen arbitrary(); }; }