기기에서 처리
도구 목록
개발자 · 모든 도구

Haskell · 편집기

Haskell 파일을 온라인에서 열고 편집하세요. 프로그램 설치나 업로드 없이 내용을 검색하고 .hs 소스를 다운로드합니다.

파일과 입력은 이 브라우저에서 처리됩니다. 업로드나 계정이 필요 없습니다.

지원 기능

입력
TXT
출력
TXT
파일 형식
.hs
파일 뷰어·에디터

Haskell · 편집기 사용법

Haskell 파일을 온라인에서 열고 편집하세요. 프로그램 설치나 업로드 없이 내용을 검색하고 .hs 소스를 다운로드합니다.

  1. 로컬 .hs 파일을 가져오거나 Haskell 소스를 붙여 넣으세요.
  2. 내용을 수정하고 찾기로 필요한 부분을 검색하세요.
  3. 결과를 복사하거나 수정한 소스 파일을 다운로드하세요.

Haskell · 편집기 · 예제

입력

greet :: String -> String
greet name = "Hello, " ++ name
main = putStrLn (greet "LocalKit")

출력

greet :: String -> String
greet name = "Hello, " ++ name
main = putStrLn (greet "LocalKit")

사용 시 참고

파일과 입력은 이 브라우저에서 처리됩니다. 업로드나 계정이 필요 없습니다.

소스 편집기입니다. 실행·컴파일·구문 검증이나 서버 연결은 하지 않습니다.

Add or Subtract DaysMove a calendar date forward or backward.AES DecryptAuthenticate and decrypt a LocalKit AES-256-GCM JSON envelope with its password.AES EncryptEncrypt UTF-8 text with AES-256-GCM and a password-derived PBKDF2-SHA-256 key. Every run uses a fresh salt and nonce.Age CalculatorCalculate completed years, months and days between a birth date and a reference date.Anagram CheckerCompare letters and numbers after Unicode normalization, ignoring spacing and case.Angle ConverterConvert angle units with selectable source and target units and precise local results.Apache Config EditorEdit Apache Config source locally with syntax colors, line numbers, find and replace, undo, file import and download. Source is not executed.Archive Contents ViewerBrowse and search file paths inside ZIP, TAR and TGZ archives. Select files to download locally.

언어

코드 예시, 파일 형식 이름, 파서의 기술적인 오류 문구는 원래 표기를 사용할 수 있습니다.