Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
hash.hh
Go to the documentation of this file.
1#pragma once
3
4#include <rapidcheck/gen/Arbitrary.h>
5
6#include <hash.hh>
7
8namespace rc {
9using namespace nix;
10
11template<>
12struct Arbitrary<Hash> {
13 static Gen<Hash> arbitrary();
14};
15
16}
Definition hash.hh:45