Skip to content

bugfix: Array.chain(as,f) incorrectly trapping when f(a) is an empty … #221

bugfix: Array.chain(as,f) incorrectly trapping when f(a) is an empty …

bugfix: Array.chain(as,f) incorrectly trapping when f(a) is an empty … #221

Workflow file for this run

name: Sync master and next-moc
on:
push:
branches:
- master
jobs:
sync-branch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Merge master -> next-moc
uses: devmasx/[email protected]
with:
type: now
from_branch: master
target_branch: next-moc
github_token: ${{ github.token }}