# Implicit types
    ---
    - string    # !!str
    - ~         # !!null
    - null      # !!null
    - true      # !!bool
    - false     # !!bool
    - 42        # !!int
    - 3.14      # !!float