[PR #1332] Add compose and andThen function to Function1 #1023

Open
opened 2025-12-30 01:28:20 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/1332
Author: @stackoverflow
Created: 11/25/2025
Status: 🔄 Open

Base: mainHead: add-compose-function


📝 Commits (1)

  • 99a3f73 Add compose and andThen function

📊 Changes

3 files changed (+46 additions, -0 deletions)

View changed files

pkl-core/src/test/files/LanguageSnippetTests/input/lambdas/compose.pkl (+21 -0)
pkl-core/src/test/files/LanguageSnippetTests/output/lambdas/compose.pcf (+6 -0)
📝 stdlib/base.pkl (+19 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/apple/pkl/pull/1332 **Author:** [@stackoverflow](https://github.com/stackoverflow) **Created:** 11/25/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-compose-function` --- ### 📝 Commits (1) - [`99a3f73`](https://github.com/apple/pkl/commit/99a3f73a1e79a7362deba601a01594612ed95c92) Add compose and andThen function ### 📊 Changes **3 files changed** (+46 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `pkl-core/src/test/files/LanguageSnippetTests/input/lambdas/compose.pkl` (+21 -0) ➕ `pkl-core/src/test/files/LanguageSnippetTests/output/lambdas/compose.pcf` (+6 -0) 📝 `stdlib/base.pkl` (+19 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 01:28:20 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#1023