diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index 0f5f2f5..140d342 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.11.2","generation_timestamp":"2024-12-29T05:40:38","documenter_version":"1.8.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.11.2","generation_timestamp":"2025-01-05T05:40:46","documenter_version":"1.8.0"}} \ No newline at end of file diff --git a/dev/index.html b/dev/index.html index 245029d..05e07d2 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