tiny_pretty 0.4.2

Tiny implementation of Wadler-style pretty printer.
Documentation
1
2
3
4
5
6
7
8
9
10
11
name: CI

on: [push, pull_request]

jobs:
  test:
    name: test
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v6
      - run: cargo test