Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 400 Bytes

PUnit.md

File metadata and controls

17 lines (12 loc) · 400 Bytes
imports

module Plutarch.Docs.PUnit () where 
import Plutarch.Prelude ()

PUnit

The Plutarch level unit term can be constructed using pconstant () or pcon PUnit.

This is synonymous to Plutus Core builtin unit.