Skip to main content Link Search Menu Expand Document (external link)

ExampleCompiler overview

Example value compiler.

Added in v1.0.0


Table of contents


models

RandomExampleError (interface)

Signature

export interface RandomExampleError {
  _tag: "RandomExampleError"
  error: string
}

Added in v1.0.0

utils

randomExample

Signature

export declare const randomExample: <To, From, R>(
  schema: Schema.Schema<To, From, R>
) => Effect.Effect<To, RandomExampleError, never>

Added in v1.0.0