diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index 268815f..b370bbe 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.11.0","generation_timestamp":"2024-10-11T01:40:04","documenter_version":"1.7.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.11.0","generation_timestamp":"2024-10-13T05:41:57","documenter_version":"1.7.0"}} \ No newline at end of file diff --git a/dev/index.html b/dev/index.html index 3503026..ae1acfb 100644 --- a/dev/index.html +++ b/dev/index.html @@ -26,4 +26,4 @@ julia> @sumtype AB(A, B) julia> allvariants(AB) -(A = A, B = B)source
LightSumTypes.variantofFunction
variantof(inst)

Returns the type of the variant enclosed in the sum type.

source
LightSumTypes.is_sumtypeFunction
is_sumtype(T)

Returns true if the type is a sum type otherwise returns false.

source
+(A = A, B = B)source
LightSumTypes.variantofFunction
variantof(inst)

Returns the type of the variant enclosed in the sum type.

source
LightSumTypes.is_sumtypeFunction
is_sumtype(T)

Returns true if the type is a sum type otherwise returns false.

source